From fe82acc3b1cac119ee00037ecaeddca3ac744432 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 13 Feb 1998 03:24:48 +0000 Subject: Fixed typo in docstring: "__ version__" --> "__version__" --- Lib/pickle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pickle.py b/Lib/pickle.py index 5c69f7a..70411f9 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -17,7 +17,7 @@ Functions: Misc variables: - __ version__ + __version__ format_version compatible_formats -- cgit v0.12