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:
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
11071107class Counter :
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments