summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref2.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-10 18:24:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-10 18:24:54 (GMT)
commit36a4d8c20e26cfecb35677735f37df6faf32a534 (patch)
tree29ceff1f03e3217c0446ce821c7c4386fd1cf984 /Doc/ref/ref2.tex
parente893f2f3b409429f286ab2c9dd6eda43aca92726 (diff)
downloadcpython-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.tex2
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.