From: George Yoshida Date: Sat, 27 May 2006 16:35:31 +0000 (+0000) Subject: minor markup nits X-Git-Tag: v2.4.4c1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056df14aa8eb2e2bbc79b703ed84b5d57594e95c;p=thirdparty%2FPython%2Fcpython.git minor markup nits --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 462548fde859..ae67f752dec8 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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}