]> granicus.if.org Git - python/commitdiff
Remove unneeded "{}" that confused makeinfo.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 17:11:55 +0000 (17:11 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 17:11:55 +0000 (17:11 +0000)
Doc/lib/liboperator.tex
Doc/liboperator.tex

index 0d5759bd3901cea2887d14b4c4bfebb0fcc95eb0..190faab6a1c7f1f96a5cb5211c9b5b3d198f1ef3 100644 (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.
 
index 0d5759bd3901cea2887d14b4c4bfebb0fcc95eb0..190faab6a1c7f1f96a5cb5211c9b5b3d198f1ef3 100644 (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.