File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1101,7 +1101,7 @@ class MySortable:
1101
1101
```
1102
1102
1103
1103
### Iterator
1104
- * ** Next() should return the next item or raise 'StopIteration'.**
1104
+ * ** Next() should return next item or raise 'StopIteration'.**
1105
1105
* ** Iter() should return 'self'.**
1106
1106
``` python
1107
1107
class Counter :
Original file line number Diff line number Diff line change @@ -1035,7 +1035,7 @@ <h3 id="sortable">Sortable</h3>
1035
1035
</ code > </ pre >
1036
1036
< h3 id ="iterator-1 "> Iterator</ h3 >
1037
1037
< 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 >
1039
1039
< li > < strong > Iter() should return 'self'.</ strong > </ li >
1040
1040
</ ul >
1041
1041
< pre > < code class ="python language-python hljs "> < span class ="hljs-class "> < span class ="hljs-keyword "> class</ span > < span class ="hljs-title "> Counter</ span > :</ span >
You can’t perform that action at this time.
0 commit comments