Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.

This commit is contained in:
Georg Brandl 2008-09-13 17:41:16 +00:00
parent f2a2c796e3
commit 9af9498c6e
34 changed files with 189 additions and 205 deletions

View file

@ -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.