Kaydet (Commit) b68c420d authored tarafından Berker Peksag's avatar Berker Peksag

Issue #23286: Fix typo in the tutorial.

Patch by Mayank Tripathi.
üst 498b1f62
......@@ -391,7 +391,7 @@ means that the following slice returns a new (shallow) copy of the list::
>>> squares[:]
[1, 4, 9, 16, 25]
Lists also supports operations like concatenation::
Lists also support operations like concatenation::
>>> squares + [36, 49, 64, 81, 100]
[1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment