From: Georg Brandl Date: Tue, 8 Aug 2006 20:13:16 +0000 (+0000) Subject: Bug #1536660: separate two words. X-Git-Tag: v2.4.4c1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeff1826564a20a19bf3b6e258796b631bb62371;p=thirdparty%2FPython%2Fcpython.git Bug #1536660: separate two words. (backport from rev. 51153) --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 5d5aabd8a7f4..6df8c4433ed7 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