summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref5.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-12 20:40:09 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-12 20:40:09 (GMT)
commit99cd5735f01b34c8b36eea5f9b3c0fbf62c1a80d (patch)
tree7a2e3994de13881606c62515334b589982d7d5dc /Doc/ref/ref5.tex
parent7b84972450c4b12cfb6b45f48f6e020f36642c4b (diff)
downloadcpython-99cd5735f01b34c8b36eea5f9b3c0fbf62c1a80d.zip
cpython-99cd5735f01b34c8b36eea5f9b3c0fbf62c1a80d.tar.gz
cpython-99cd5735f01b34c8b36eea5f9b3c0fbf62c1a80d.tar.bz2
Minor markup nits.
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r--Doc/ref/ref5.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 4eff379..b6579bc 100644
--- a/Doc/ref/ref5.tex
+++ b/Doc/ref/ref5.tex
@@ -360,10 +360,8 @@ proper slice is a slice object (see section \ref{types}) whose
values of the expressions given as lower bound, upper bound and
stride, respectively, substituting \code{None} for missing
expressions.
-\withsubitem{(slice object attribute)}{%
- \ttindex{start}%
- \ttindex{stop}%
- \ttindex{step}}
+\withsubitem{(slice object attribute)}{\ttindex{start}
+ \ttindex{stop}\ttindex{step}}
\subsection{Calls\label{calls}}
\index{call}