From: Fred Drake Date: Mon, 29 Dec 1997 17:11:55 +0000 (+0000) Subject: Remove unneeded "{}" that confused makeinfo. X-Git-Tag: v1.5~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3e6df1e2d7e12aaa00c7087b47855edffdd6667;p=python Remove unneeded "{}" that confused makeinfo. --- diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 0d5759bd39..190faab6a1 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -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. diff --git a/Doc/liboperator.tex b/Doc/liboperator.tex index 0d5759bd39..190faab6a1 100644 --- a/Doc/liboperator.tex +++ b/Doc/liboperator.tex @@ -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.