summaryrefslogtreecommitdiffstats
path: root/Doc/reference
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/reference
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/reference')
-rw-r--r--Doc/reference/lexical_analysis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 9da27b5..b548722 100644
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -75,7 +75,7 @@ Physical lines
A physical line is a sequence of characters terminated by an end-of-line
sequence. In source files, any of the standard platform line termination
sequences can be used - the Unix form using ASCII LF (linefeed), the Windows
-form using the ASCII sequence CR LF (return followed by linefeed), or the
+form using the ASCII sequence CR LF (return followed by linefeed), or the old
Macintosh form using the ASCII CR (return) character. All of these forms can be
used equally, regardless of platform.