]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1536660: separate two words.
authorGeorg Brandl <georg@python.org>
Tue, 8 Aug 2006 20:13:16 +0000 (20:13 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 8 Aug 2006 20:13:16 +0000 (20:13 +0000)
 (backport from rev. 51153)

Doc/ref/ref2.tex

index 5d5aabd8a7f4bd50da2aed8cf6b6c27f5c61a061..6df8c4433ed7e3d1bf5614f219270df55a049433 100644 (file)
@@ -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