Skip to content

Commit 7847d62

Browse files
author
Zheyuan Chen
authored
Update README.md
1 parent 94e4476 commit 7847d62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ pipe(['google', 'twitter', 'yahoo', 'facebook', 'github'])
7575
1 /of/ int
7676
# equivalent to `isinstance(1, int)`
7777

78-
[1,2,3,4,5] /contains/ 3
79-
# equivalent to `3 in [1,2,3,4,5]`
80-
8178
1 /to/ 10
8279
# equivalent to `range(1, 11)`
8380
# Python's nasty range() is right-exclusive. This is right-inclusive.

0 commit comments

Comments
 (0)