diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 18:24:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 18:24:54 (GMT) |
commit | 36a4d8c20e26cfecb35677735f37df6faf32a534 (patch) | |
tree | 29ceff1f03e3217c0446ce821c7c4386fd1cf984 /Doc/ref/ref2.tex | |
parent | e893f2f3b409429f286ab2c9dd6eda43aca92726 (diff) | |
download | cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.zip cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.gz cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.bz2 |
Remove mentionings of DOS.
Diffstat (limited to 'Doc/ref/ref2.tex')
-rw-r--r-- | Doc/ref/ref2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index b2ffa6f..6fba7f4 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 ends in whatever the current platform's convention is for terminating lines. On \UNIX, this is the \ASCII{} LF (linefeed) -character. On DOS/Windows, it is the \ASCII{} sequence CR LF (return +character. On Windows, it is the \ASCII{} sequence CR LF (return followed by linefeed). On Macintosh, it is the \ASCII{} CR (return) character. |