diff --git a/pep-0335.txt b/pep-0335.txt index ad01f6e10..4ab870da6 100644 --- a/pep-0335.txt +++ b/pep-0335.txt @@ -28,7 +28,7 @@ corresponding to the 'and', 'or' and 'not' boolean operators. In the case of 'and' and 'or', the most likely reason is that these operators have short-circuiting semantics, i.e. the second operand is not evaluated if the result can be determined from the first operand. The -usual techique of providing special methods for these operators +usual technique of providing special methods for these operators therefore would not work. There is no such difficulty in the case of 'not', however, and it