mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add missing synopses for library modules.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
|
||||
:mod:`operator` --- Standard operators as functions.
|
||||
====================================================
|
||||
:mod:`operator` --- Standard operators as functions
|
||||
===================================================
|
||||
|
||||
.. module:: operator
|
||||
:synopsis: Functions corresponding to the standard operators.
|
||||
.. sectionauthor:: Skip Montanaro <skip@automatrix.com>
|
||||
|
||||
|
||||
|
||||
|
||||
The :mod:`operator` module exports a set of functions implemented in C
|
||||
corresponding to the intrinsic operators of Python. For example,
|
||||
``operator.add(x, y)`` is equivalent to the expression ``x+y``. The function
|
||||
|
||||
Reference in New Issue
Block a user