mirror of https://github.com/python/cpython
Remove unneeded "{}" that confused makeinfo.
This commit is contained in:
parent
6ccaaf1a08
commit
f3e6df1e2d
|
@ -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…
Reference in New Issue