Skip to content

Commit aaedbfc

Browse files
committed
Correcting typo in comments
1 parent ce58938 commit aaedbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/koans/about_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ def test_making_queues(self):
106106
# Note, for Python 2 popping from the left hand side of a list is
107107
# inefficient. Use collections.deque instead.
108108

109-
# This is not an issue for Python 3 through
109+
# This is not an issue for Python 3 though
110110

0 commit comments

Comments
 (0)