From: Jeremy Hylton Date: Sun, 29 Jun 2003 16:59:59 +0000 (+0000) Subject: Fix grammar in comment. X-Git-Tag: v2.3c1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3a565eed0a8870e5f8b5d05040c0207ee99140f;p=thirdparty%2FPython%2Fcpython.git Fix grammar in comment. --- diff --git a/Lib/pickle.py b/Lib/pickle.py index 53067d292482..a854948127eb 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -351,7 +351,7 @@ class Pickler: def save_reduce(self, func, args, state=None, listitems=None, dictitems=None, obj=None): - # This API is be called by some subclasses + # This API is called by some subclasses # Assert that args is a tuple or None if not isinstance(args, TupleType):