]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
minor markup nits
authorGeorge Yoshida <dynkin@gmail.com>
Sat, 27 May 2006 16:35:31 +0000 (16:35 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sat, 27 May 2006 16:35:31 +0000 (16:35 +0000)
Doc/ref/ref5.tex

index 462548fde85975910f628d17c58a3ad3567edf57..ae67f752dec88d51d32982e3d091ff3dca7f703d 100644 (file)
@@ -392,7 +392,8 @@ type but a string of exactly one character.
 
 A slicing selects a range of items in a sequence object (e.g., a
 string, tuple or list).  Slicings may be used as expressions or as
-targets in assignment or del statements.  The syntax for a slicing:
+targets in assignment or \keyword{del} statements.  The syntax for a
+slicing:
 \obindex{sequence}
 \obindex{string}
 \obindex{tuple}