summaryrefslogtreecommitdiffstats
path: root/Doc/api
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/api
parente893f2f3b409429f286ab2c9dd6eda43aca92726 (diff)
downloadcpython-36a4d8c20e26cfecb35677735f37df6faf32a534.zip
cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.gz
cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.bz2
Remove mentionings of DOS.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/init.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/init.tex b/Doc/api/init.tex
index 712ca54..ba16b3c 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -233,7 +233,7 @@
environment variables. The returned string consists of a series of
directory names separated by a platform dependent delimiter
character. The delimiter character is \character{:} on \UNIX,
- \character{;} on DOS/Windows, and \character{\e n} (the \ASCII{}
+ \character{;} on Windows, and \character{\e n} (the \ASCII{}
newline character) on Macintosh. The returned string points into
static storage; the caller should not modify its value. The value
is available to Python code as the list