diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:15:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:15:02 (GMT) |
commit | 8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660 (patch) | |
tree | 494752739139826d61ef07aa977ecc60cae658ad /Doc | |
parent | 3c08e45b70ddce2d702d3bcb67612682bf551845 (diff) | |
download | cpython-8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660.zip cpython-8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660.tar.gz cpython-8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660.tar.bz2 |
Issue #4689: Fix typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/mac/using.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index ca522c6..13c8372 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -126,7 +126,7 @@ There are several options for building GUI applications on the Mac with Python. \emph{PyObjC} is a Python binding to Apple's Objective-C/Cocoa framework, which is the foundation of most modern Mac development. Information on PyObjC is -available from \url{http://pybojc.sourceforge.net}. +available from \url{http://pyobjc.sourceforge.net}. The standard Python GUI toolkit is \module{Tkinter}, based on the cross-platform Tk toolkit (\url{http://www.tcl.tk}). An Aqua-native version of Tk is bundled |