summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-21 13:40:40 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-21 13:40:40 (GMT)
commit8a6333dabf5582b1d0381c135e397cb46487e9f0 (patch)
tree37842f512d44e0e9219e4143e5beb9f20c1e74ff
parent0e175a6e762676fca6bfd656912bb862e29fbdd5 (diff)
parent6a4d7629da5fb67458089265c8971c1eec64e07a (diff)
downloadcpython-8a6333dabf5582b1d0381c135e397cb46487e9f0.zip
cpython-8a6333dabf5582b1d0381c135e397cb46487e9f0.tar.gz
cpython-8a6333dabf5582b1d0381c135e397cb46487e9f0.tar.bz2
Merge doc fixup from 3.5
-rw-r--r--Doc/library/pickletools.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst
index 5e5939c..480f4a6 100644
--- a/Doc/library/pickletools.rst
+++ b/Doc/library/pickletools.rst
@@ -92,8 +92,8 @@ Programmatic Interface
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)