Remove unneeded "{}" that confused makeinfo.

This commit is contained in:
Fred Drake 1997-12-29 17:11:55 +00:00
parent 6ccaaf1a08
commit f3e6df1e2d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
The \code{operator} module exports a set of functions implemented in C
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
leading and trailing \samp{__} are also provided for convenience.

View File

@ -5,7 +5,7 @@
The \code{operator} module exports a set of functions implemented in C
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
leading and trailing \samp{__} are also provided for convenience.