diff options
-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 5e5939c7d2..480f4a6d32 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) |