Kaydet (Commit) e3a565ee authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Fix grammar in comment.

üst 97b2e84d
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment