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/api | |
parent | e893f2f3b409429f286ab2c9dd6eda43aca92726 (diff) | |
download | cpython-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.tex | 2 |
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 |