mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Remove unneeded "{}" that confused makeinfo.
This commit is contained in:
parent
6ccaaf1a08
commit
f3e6df1e2d
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
The \code{operator} module exports a set of functions implemented in C
|
The \code{operator} module exports a set of functions implemented in C
|
||||||
corresponding to the intrinsic operators of Python. For example,
|
corresponding to the intrinsic operators of Python. For example,
|
||||||
{}\code{operator.add(x, y)} is equivalent to the expression \code{x+y}. The
|
\code{operator.add(x, y)} is equivalent to the expression \code{x+y}. The
|
||||||
function names are those used for special class methods; variants without
|
function names are those used for special class methods; variants without
|
||||||
leading and trailing \samp{__} are also provided for convenience.
|
leading and trailing \samp{__} are also provided for convenience.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
The \code{operator} module exports a set of functions implemented in C
|
The \code{operator} module exports a set of functions implemented in C
|
||||||
corresponding to the intrinsic operators of Python. For example,
|
corresponding to the intrinsic operators of Python. For example,
|
||||||
{}\code{operator.add(x, y)} is equivalent to the expression \code{x+y}. The
|
\code{operator.add(x, y)} is equivalent to the expression \code{x+y}. The
|
||||||
function names are those used for special class methods; variants without
|
function names are those used for special class methods; variants without
|
||||||
leading and trailing \samp{__} are also provided for convenience.
|
leading and trailing \samp{__} are also provided for convenience.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue