We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbcb13 commit fc066d6Copy full SHA for fc066d6
makedoc.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/sh -x
2
3
make clean -C doc || exit 1
4
make html -C doc || exit 1
spyne/model/enum.py
@@ -36,7 +36,8 @@ def validate_string(cls, value):
36
)
37
38
def Enum(*values, **kwargs):
39
- """The enum type that only returns true when compared to types of own type.
+ """The enum type that can only return ``True`` when compared to types of
40
+ own type.
41
42
Here's how it's supposed to work:
43
0 commit comments