Commit 906e9499 authored by Jeremy Hylton's avatar Jeremy Hylton

Fix grammar in comment.

parent c8fb278b
...@@ -351,7 +351,7 @@ class Pickler: ...@@ -351,7 +351,7 @@ class Pickler:
def save_reduce(self, func, args, state=None, def save_reduce(self, func, args, state=None,
listitems=None, dictitems=None, obj=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 # Assert that args is a tuple or None
if not isinstance(args, TupleType): 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