Skip to content

Commit a1a3b45

Browse files
committed
Duck types
1 parent 87781a0 commit a1a3b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ class MySortable:
11011101
```
11021102

11031103
### Iterator
1104-
* **Next() should return the next item or raise 'StopIteration'.**
1104+
* **Next() should return next item or raise 'StopIteration'.**
11051105
* **Iter() should return 'self'.**
11061106
```python
11071107
class Counter:

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ <h3 id="sortable">Sortable</h3>
10351035
</code></pre>
10361036
<h3 id="iterator-1">Iterator</h3>
10371037
<ul>
1038-
<li><strong>Next() should return the next item or raise 'StopIteration'.</strong></li>
1038+
<li><strong>Next() should return next item or raise 'StopIteration'.</strong></li>
10391039
<li><strong>Iter() should return 'self'.</strong></li>
10401040
</ul>
10411041
<pre><code class="python language-python hljs"><span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">Counter</span>:</span>

0 commit comments

Comments
 (0)