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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe82acc3b1cac119ee00037ecaeddca3ac744432;p=thirdparty%2FPython%2Fcpython.git Fixed typo in docstring: "__ version__" --> "__version__" --- diff --git a/Lib/pickle.py b/Lib/pickle.py index 5c69f7a71e5b..70411f9abf99 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -17,7 +17,7 @@ Functions: Misc variables: - __ version__ + __version__ format_version compatible_formats