diff options
Diffstat (limited to 'golemflavor/misc.py')
| -rw-r--r-- | golemflavor/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/golemflavor/misc.py b/golemflavor/misc.py index 4974775..d83bb99 100644 --- a/golemflavor/misc.py +++ b/golemflavor/misc.py @@ -77,7 +77,7 @@ def parse_bool(s): Examples ---------- >>> from misc import parse_bool - >>> print parse_bool('true') + >>> print(parse_bool('true')) True """ |
