[Python-checkins] cpython (3.5): Fix indentation

martin.panter python-checkins at python.org
Mon Nov 21 08:42:07 EST 2016


https://hg.python.org/cpython/rev/4d2888039631
changeset:   105277:4d2888039631
branch:      3.5
parent:      105266:1cf7ecc37467
user:        Martin Panter <vadmium+py at gmail.com>
date:        Mon Nov 21 13:36:36 2016 +0000
summary:
  Fix indentation

files:
  Doc/library/pickletools.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst
--- a/Doc/library/pickletools.rst
+++ b/Doc/library/pickletools.rst
@@ -92,8 +92,8 @@
    a short description.  The value of *annotate* is used as a hint for
    the column where annotation should start.
 
-  .. versionadded:: 3.2
-     The *annotate* argument.
+   .. versionadded:: 3.2
+      The *annotate* argument.
 
 .. function:: genops(pickle)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list