Grammar fix
This commit is contained in:
parent
af73627e58
commit
b0688e455b
|
@ -50,7 +50,7 @@ also lacks a value and should not be evaluated.
|
||||||
|
|
||||||
A rejected proposal was to treat any value that evaluates to false in a
|
A rejected proposal was to treat any value that evaluates to false in a
|
||||||
Boolean context as not having a value. However, the purpose of these operators
|
Boolean context as not having a value. However, the purpose of these operators
|
||||||
is to propagate the "lack of value" state, rather that the "false" state.
|
is to propagate the "lack of value" state, rather than the "false" state.
|
||||||
|
|
||||||
Some argue that this makes ``None`` special. We contend that ``None`` is
|
Some argue that this makes ``None`` special. We contend that ``None`` is
|
||||||
already special, and that using it as both the test and the result of these
|
already special, and that using it as both the test and the result of these
|
||||||
|
|
Loading…
Reference in New Issue