Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfccb0 commit 8eb531dCopy full SHA for 8eb531d
1 file changed
Doc/library/stdtypes.rst
@@ -108,11 +108,11 @@ Notes:
108
109
(1)
110
This is a short-circuit operator, so it only evaluates the second
111
- argument if the first one is :const:`False`.
+ argument if the first one is false.
112
113
(2)
114
115
- argument if the first one is :const:`True`.
+ argument if the first one is true.
116
117
(3)
118
``not`` has a lower priority than non-Boolean operators, so ``not a == b`` is
0 commit comments