diff --git a/README.md b/README.md index b74355a..d14d6d3 100644 --- a/README.md +++ b/README.md @@ -1101,7 +1101,7 @@ class MySortable: ``` ### Iterator -* **Next() should return next item or raise 'StopIteration'.** +* **Next() should return the next item or raise 'StopIteration'.** * **Iter() should return 'self'.** ```python class Counter: diff --git a/index.html b/index.html index f28132d..2306379 100644 --- a/index.html +++ b/index.html @@ -1035,7 +1035,7 @@ Z = dataclasses.make_dataclass('Z', [

Iterator

class Counter: