We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce58938 commit aaedbfcCopy full SHA for aaedbfc
1 file changed
python3/koans/about_lists.py
@@ -106,5 +106,5 @@ def test_making_queues(self):
106
# Note, for Python 2 popping from the left hand side of a list is
107
# inefficient. Use collections.deque instead.
108
109
- # This is not an issue for Python 3 through
+ # This is not an issue for Python 3 though
110
0 commit comments