Skip to content

Commit 4c7fdf2

Browse files
authored
updated a very little typo.
The membership operators listed had 'not' written in place of 'in'. It's not a very big deal but could be misleading for new learners.
1 parent 84fbe1b commit 4c7fdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_sandbox_starter/conditionals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
# Membership Operators (not, not in) - Membership operators are used to test if a sequence is presented in an object
14+
# Membership Operators (in, not in) - Membership operators are used to test if a sequence is presented in an object
1515

1616

1717

0 commit comments

Comments
 (0)