Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3563b18

Browse files
committed
merge 3.2
2 parents 52e2cc8 + 1c92cfe commit 3563b18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/operator.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
from operator import itemgetter, iadd
1313

1414

15-
The :mod:`operator` module exports a set of functions implemented in C
16-
corresponding to the intrinsic operators of Python. For example,
17-
``operator.add(x, y)`` is equivalent to the expression ``x+y``. The function
18-
names are those used for special class methods; variants without leading and
19-
trailing ``__`` are also provided for convenience.
15+
The :mod:`operator` module exports a set of functions corresponding to the
16+
intrinsic operators of Python. For example, ``operator.add(x, y)`` is
17+
equivalent to the expression ``x+y``. The function names are those used for
18+
special class methods; variants without leading and trailing ``__`` are also
19+
provided for convenience.
2020

2121
The functions fall into categories that perform object comparisons, logical
2222
operations, mathematical operations and sequence operations.

0 commit comments

Comments
 (0)