From f3e6df1e2d7e12aaa00c7087b47855edffdd6667 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 29 Dec 1997 17:11:55 +0000 Subject: Remove unneeded "{}" that confused makeinfo. --- Doc/lib/liboperator.tex | 2 +- Doc/liboperator.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 0d5759b..190faab 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 0d5759b..190faab 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. -- cgit v0.12