Skip to content

Commit

Permalink
Correct typo in set example (#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty authored Jun 13, 2024
1 parent 35e4850 commit 20d0df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctests/dt_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
print(res5) # >>> 1

res6 = r.sismember("bikes:racing:usa", "bike:2")
print(res6) # >>> 1
print(res6) # >>> 0
# STEP_END

# REMOVE_START
Expand Down

0 comments on commit 20d0df6

Please sign in to comment.