Skip to content

Commit

Permalink
Python 3.4 indents differently, tweak the pprint width to account for…
Browse files Browse the repository at this point in the history
… that.
  • Loading branch information
jamadden committed Sep 22, 2018
1 parent f4af820 commit edfb0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit edfb0d1

Please sign in to comment.