Skip to content

Commit 87e15c6

Browse files
committed
Apply minor wording change to list
1 parent ca911c2 commit 87e15c6

File tree

1 file changed

+1
-1
lines changed
  • ultimatepython/data_structures

1 file changed

+1
-1
lines changed

ultimatepython/data_structures/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
# builtin `reverse` method in lists
5252
numbers.reverse()
5353

54-
# Let's check that `numbers` is in original order
54+
# Let's check that `numbers` is in the original order
5555
assert numbers == [1, 2, 3, 4, 5]
5656

5757
# Print letters and numbers side-by-side using the `zip` function. Notice

0 commit comments

Comments
 (0)