diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 13:41:07 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 13:41:07 (GMT) |
commit | d16a9d484088e3015ce68478ed6392285a0eb75b (patch) | |
tree | 403c709951fbdcc32e891f47efaacb685650ef5c /Doc/library | |
parent | 7fc69f23735330e98dffaa29c68f61856c0c8b27 (diff) | |
parent | a2f7ee8b26e00124c0587932364b26635af84c45 (diff) | |
download | cpython-d16a9d484088e3015ce68478ed6392285a0eb75b.zip cpython-d16a9d484088e3015ce68478ed6392285a0eb75b.tar.gz cpython-d16a9d484088e3015ce68478ed6392285a0eb75b.tar.bz2 |
Merge doc fixes from 3.6
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/pickletools.rst | 4 |
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) |