Commit 3f5228d4 authored by Raymond Hettinger's avatar Raymond Hettinger

Issue #16694: Add source code link for operator.py

parent 6832c81d
......@@ -11,6 +11,9 @@
import operator
from operator import itemgetter, iadd
**Source code:** :source:`Lib/operator.py`
--------------
The :mod:`operator` module exports a set of efficient functions corresponding to
the intrinsic operators of Python. For example, ``operator.add(x, y)`` is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment