Skip to content

Commit d8d2b37

Browse files
authored
Typo
1 parent 6eb34a1 commit d8d2b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/cloudpickle_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ class Color(Enum):
13101310
assert green1 is green2
13111311
assert green1 is ClonedColor.GREEN
13121312
1313-
# Check that the pickle that was return has been matched back to the
1313+
# Check that the pickle that was returned has been matched back to the
13141314
# interactively defined Color living in the __main__ module of the
13151315
# original Python process.
13161316
assert ClonedColor is Color

0 commit comments

Comments
 (0)