summaryrefslogtreecommitdiffstats
path: root/Doc/using/mac.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-14 09:53:34 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-14 09:53:34 (GMT)
commit8209fcc3a947276fd40fbb00ca9adef44c4da98c (patch)
tree67df32490583554a4cff4864434c927aaf24044c /Doc/using/mac.rst
parent8c8430e2af6583056e059027c04013e9c5627e97 (diff)
downloadcpython-8209fcc3a947276fd40fbb00ca9adef44c4da98c.zip
cpython-8209fcc3a947276fd40fbb00ca9adef44c4da98c.tar.gz
cpython-8209fcc3a947276fd40fbb00ca9adef44c4da98c.tar.bz2
Merged revisions 78950 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78950 | ezio.melotti | 2010-03-14 11:51:37 +0200 (Sun, 14 Mar 2010) | 1 line #7057: fix several errors. ........
Diffstat (limited to 'Doc/using/mac.rst')
-rw-r--r--Doc/using/mac.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index c92398f..5ab30b6 100644
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -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.