diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 17:11:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 17:11:55 (GMT) |
commit | f3e6df1e2d7e12aaa00c7087b47855edffdd6667 (patch) | |
tree | 3a0d674da9f6d292f3d36317d80fb50c1a9b6a81 | |
parent | 6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e (diff) | |
download | cpython-f3e6df1e2d7e12aaa00c7087b47855edffdd6667.zip cpython-f3e6df1e2d7e12aaa00c7087b47855edffdd6667.tar.gz cpython-f3e6df1e2d7e12aaa00c7087b47855edffdd6667.tar.bz2 |
Remove unneeded "{}" that confused makeinfo.
-rw-r--r-- | Doc/lib/liboperator.tex | 2 | ||||
-rw-r--r-- | 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. |