summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-08-08 20:13:13 (GMT)
committerGeorg Brandl <georg@python.org>2006-08-08 20:13:13 (GMT)
commit7f719c5edf7d66b2eef79faa3610b6351a23d7dd (patch)
treee929c1397837f97b9577c5a60f68c8ace79a56b5 /Doc
parent6c223fe7960856b6ed3602630b227b262fe80c6e (diff)
downloadcpython-7f719c5edf7d66b2eef79faa3610b6351a23d7dd.zip
cpython-7f719c5edf7d66b2eef79faa3610b6351a23d7dd.tar.gz
cpython-7f719c5edf7d66b2eef79faa3610b6351a23d7dd.tar.bz2
Bug #1536660: separate two words.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index 2ed8a5d..bad4609 100644
--- a/Doc/ref/ref2.tex
+++ b/Doc/ref/ref2.tex
@@ -56,7 +56,7 @@ by following the explicit or implicit \emph{line joining} rules.
A physical line is a sequence of characters terminated by an end-of-line
sequence. In source files, any of the standard platform line
-termination sequences can be used - the \UNIX form using \ASCII{} LF
+termination sequences can be used - the \UNIX{} form using \ASCII{} LF
(linefeed), the Windows form using the \ASCII{} sequence CR LF (return
followed by linefeed), or the Macintosh form using the \ASCII{} CR
(return) character. All of these forms can be used equally, regardless