Skip to content

Commit d1f773a

Browse files
committed
Correct typo in set example
1 parent 35e4850 commit d1f773a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctests/dt_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
print(res5) # >>> 1
4040

4141
res6 = r.sismember("bikes:racing:usa", "bike:2")
42-
print(res6) # >>> 1
42+
print(res6) # >>> 0
4343
# STEP_END
4444

4545
# REMOVE_START

0 commit comments

Comments
 (0)