summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgihttpserver.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-13 17:41:16 (GMT)
committerGeorg Brandl <georg@python.org>2008-09-13 17:41:16 (GMT)
commit9af9498c6e59aa9efe0370bcc476307b4c30c06c (patch)
treec8b5dee5200abd38af016b0e13fb93410e1b550b /Doc/library/cgihttpserver.rst
parentf2a2c796e37f888a254d7e2af8e4bc0dc0899530 (diff)
downloadcpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.zip
cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.tar.gz
cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.tar.bz2
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
Diffstat (limited to 'Doc/library/cgihttpserver.rst')
-rw-r--r--Doc/library/cgihttpserver.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/cgihttpserver.rst b/Doc/library/cgihttpserver.rst
index 6abfde5..390b2a6 100644
--- a/Doc/library/cgihttpserver.rst
+++ b/Doc/library/cgihttpserver.rst
@@ -19,8 +19,7 @@ run CGI scripts.
.. note::
- This module can run CGI scripts on Unix and Windows systems; on Mac OS it will
- only be able to run Python scripts within the same process as itself.
+ This module can run CGI scripts on Unix and Windows systems.
.. note::