mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#7057: fix several errors.
This commit is contained in:
parent
580d60cef4
commit
1a263ad62f
6 changed files with 68 additions and 55 deletions
|
@ -143,7 +143,7 @@ There are several options for building GUI applications on the Mac with Python.
|
|||
the foundation of most modern Mac development. Information on PyObjC is
|
||||
available from http://pyobjc.sourceforge.net.
|
||||
|
||||
The standard Python GUI toolkit is :mod:`Tkinter`, based on the cross-platform
|
||||
The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-platform
|
||||
Tk toolkit (http://www.tcl.tk). An Aqua-native version of Tk is bundled with OS
|
||||
X by Apple, and the latest version can be downloaded and installed from
|
||||
http://www.activestate.com; it can also be built from source.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue