Skip to content

Commit

Permalink
Merge pull request #1 from jhuang314/jhuang314-patch-1
Browse files Browse the repository at this point in the history
Removed random "r"
  • Loading branch information
jhuang314 committed Oct 2, 2015
2 parents f23d470 + f35472d commit ae372bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ li[::-1] # => [3, 4, 2, 1]

# Remove arbitrary elements from a list with "del"
del li[2] # li is now [1, 2, 3]
r

# You can add lists
li + other_li # => [1, 2, 3, 4, 5, 6]
# Note: values for li and for other_li are not modified.
Expand Down

0 comments on commit ae372bb

Please sign in to comment.