diff options
author | Georg Brandl <georg@python.org> | 2008-09-13 17:41:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-13 17:41:16 (GMT) |
commit | 9af9498c6e59aa9efe0370bcc476307b4c30c06c (patch) | |
tree | c8b5dee5200abd38af016b0e13fb93410e1b550b /Doc/library/framework.rst | |
parent | f2a2c796e37f888a254d7e2af8e4bc0dc0899530 (diff) | |
download | cpython-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/framework.rst')
-rw-r--r-- | Doc/library/framework.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/framework.rst b/Doc/library/framework.rst index 71a07c1..ea58c05 100644 --- a/Doc/library/framework.rst +++ b/Doc/library/framework.rst @@ -206,7 +206,7 @@ Window objects have the following methods, among others: .. method:: Window.open() - Override this method to open a window. Store the MacOS window-id in + Override this method to open a window. Store the Mac OS window-id in :attr:`self.wid` and call the :meth:`do_postopen` method to register the window with the parent application. |