Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
74d85a5383
commit
b594e9570a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
||||||
|
|
||||||
# The recommendations
|
# The recommendations
|
||||||
|
|
||||||
*Comparisons to singletons like None should always be done with is or is not, never the equality operators.
|
* Comparisons to singletons like None should always be done with is or is not, never the equality operators.
|
||||||
*Use is not operator rather than not ... is. While both expressions are functionally identical, the former is more readable and preferred:
|
*Use is not operator rather than not ... is. While both expressions are functionally identical, the former is more readable and preferred:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in a new issue