Browse Source

Operator

pull/9/head
Jure Šorn 5 years ago
parent
commit
29314c2d33
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1072,7 +1072,7 @@ Operator
```python
from operator import add, sub, mul, truediv, floordiv, mod, pow, neg, abs, \
eq, ne, lt, le, gt, ge, \
not_, and_, or_, xor, \
not_, and_, or_, \
itemgetter
```

Loading…
Cancel
Save