Skip to content

Commit 587c738

Browse files
committed
note the blinding speed of these functions
1 parent 8366b84 commit 587c738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/operator.rst

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

1414

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
15+
The :mod:`operator` module exports a set of efficient functions corresponding to
16+
the intrinsic operators of Python. For example, ``operator.add(x, y)`` is
1717
equivalent to the expression ``x+y``. The function names are those used for
1818
special class methods; variants without leading and trailing ``__`` are also
1919
provided for convenience.

0 commit comments

Comments
 (0)