We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8366b84 commit 587c738Copy full SHA for 587c738
Doc/library/operator.rst
@@ -12,8 +12,8 @@
12
from operator import itemgetter
13
14
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
+The :mod:`operator` module exports a set of efficient functions corresponding to
+the 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.
0 commit comments