Skip to content

Commit fc066d6

Browse files
committed
doc tweak
1 parent 9dbcb13 commit fc066d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

makedoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -x
22

33
make clean -C doc || exit 1
44
make html -C doc || exit 1

spyne/model/enum.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def validate_string(cls, value):
3636
)
3737

3838
def Enum(*values, **kwargs):
39-
"""The enum type that only returns true when compared to types of own type.
39+
"""The enum type that can only return ``True`` when compared to types of
40+
own type.
4041
4142
Here's how it's supposed to work:
4243

0 commit comments

Comments
 (0)