Closed cstewart90 closed 8 years ago
I meant to change x == False to x is False in #45, but I accidentally changed it to not x.
x == False
x is False
not x
I meant to change
x == False
tox is False
in #45, but I accidentally changed it tonot x
.