diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 13:36:36 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 13:36:36 (GMT) |
commit | 6a4d7629da5fb67458089265c8971c1eec64e07a (patch) | |
tree | 4f03488c5ee13b15eb10364d7cd6a595585649ee | |
parent | 06a8dea46d593cd45391f49decf482fb3203f91b (diff) | |
download | cpython-6a4d7629da5fb67458089265c8971c1eec64e07a.zip cpython-6a4d7629da5fb67458089265c8971c1eec64e07a.tar.gz cpython-6a4d7629da5fb67458089265c8971c1eec64e07a.tar.bz2 |
Fix indentation
-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) |