]> granicus.if.org Git - python/commitdiff
Issue #16694: Add source code link for operator.py
authorRaymond Hettinger <python@rcn.com>
Sat, 11 May 2013 02:57:44 +0000 (19:57 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 11 May 2013 02:57:44 +0000 (19:57 -0700)
Doc/library/operator.rst

index 650b3df5df29829620c21883bb3487ea46c6aaf2..d01d33ab71de0669e22fd0981891291d8a5d2b2f 100644 (file)
@@ -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