Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Amend wording
  • Loading branch information
arhadthedev committed Feb 14, 2023
commit 506fb6ae34be7af0215a86a5a123901824562d81
2 changes: 1 addition & 1 deletion Lib/test/test_iter.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def spam(state=[0]):
self.check_iterator(iter(spam, 20), list(range(10)), pickle=False)

# Test two-argument iter() with function that empties its associated
# iterator with list() (or anything else but next()) then returns
# iterator via list() (or anything else but next()) then returns
# a non-sentinel value.
def test_iter_function_concealing_reentrant_exhaustion(self):
HAS_MORE = 1
Expand Down