summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-09-22 09:52:47 -0500
committerJason Madden <jamadden@gmail.com>2018-09-22 09:52:47 -0500
commitedfb0d13aa593ee6fa7925882dd84ede1686cea5 (patch)
treeaea5408f6fb3a6cccfe5ffd2c9b53b4186921b69
parentf4af820b7d11f421e0dbe06c603a16180ad7aa0a (diff)
downloadzope-configuration-edfb0d13aa593ee6fa7925882dd84ede1686cea5.tar.gz
Python 3.4 indents differently, tweak the pprint width to account for that.issue21
-rw-r--r--docs/narr.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr.rst b/docs/narr.rst
index 0a0dba1..ffd317b 100644
--- a/docs/narr.rst
+++ b/docs/narr.rst
@@ -385,7 +385,7 @@ So far so good, let's look at the configuration actions:
.. doctest::
>>> from zope.configuration.tests.test_xmlconfig import clean_actions
- >>> pprint = PrettyPrinter(width=72).pprint
+ >>> pprint = PrettyPrinter(width=73).pprint
>>> pprint(clean_actions(context.actions))
[{'discriminator': (('x', b'blah'), ('y', 0)),
'includepath': ['tests/samplepackage/bar.zcml',