From: Fred Drake Date: Fri, 13 Feb 1998 03:24:48 +0000 (+0000) Subject: Fixed typo in docstring: "__ version__" --> "__version__" X-Git-Tag: v1.5.1~780 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe82acc3b1cac119ee00037ecaeddca3ac744432;p=python Fixed typo in docstring: "__ version__" --> "__version__" --- diff --git a/Lib/pickle.py b/Lib/pickle.py index 5c69f7a71e..70411f9abf 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -17,7 +17,7 @@ Functions: Misc variables: - __ version__ + __version__ format_version compatible_formats