[Python-checkins] cpython (merge 3.5 -> 3.6): Merge doc fixup from 3.5

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


https://hg.python.org/cpython/rev/228e5a50051a
changeset:   105278:228e5a50051a
branch:      3.6
parent:      105275:fc6bb69cec05
parent:      105277:4d2888039631
user:        Martin Panter <vadmium+py at gmail.com>
date:        Mon Nov 21 13:40:40 2016 +0000
summary:
  Merge doc fixup from 3.5

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