Mercurial > pymonkey
diff docs/src/pymonkey.txt @ 55:40a404b9c467
Made a doctest more readable.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 10 Jul 2009 17:26:32 -0700 |
parents | 234fca1c4b86 |
children | 72e84bd75905 |
line wrap: on
line diff
--- a/docs/src/pymonkey.txt Fri Jul 10 17:22:42 2009 -0700 +++ b/docs/src/pymonkey.txt Fri Jul 10 17:26:32 2009 -0700 @@ -31,7 +31,7 @@ Unfortunately, this object currently does not have a "falsy" value, e.g.: - >>> if (pymonkey.undefined): + >>> if pymonkey.undefined: ... print 'Huh, this is kind of unintuitive.' Huh, this is kind of unintuitive.