[Checkins] SVN: zope.schema/trunk/docs/narr.rst Fix doctest bug found by tox automation. :)

Tres Seaver cvs-admin at zope.org
Wed May 9 03:35:58 UTC 2012


Log message for revision 125748:
  Fix doctest bug found by tox automation. :)

Changed:
  U   zope.schema/trunk/docs/narr.rst

-=-
Modified: zope.schema/trunk/docs/narr.rst
===================================================================
--- zope.schema/trunk/docs/narr.rst	2012-05-09 03:35:51 UTC (rev 125747)
+++ zope.schema/trunk/docs/narr.rst	2012-05-09 03:35:55 UTC (rev 125748)
@@ -106,7 +106,7 @@
    ...
    WrongType: ...
 
-   >>> url_bound.validate('foo.bar'))
+   >>> url_bound.validate('foo.bar')
    Traceback (most recent call last):
    ...
    InvalidURI: foo.bar



More information about the checkins mailing list