From 8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 23 Dec 2008 13:15:02 +0000 Subject: [PATCH] Issue #4689: Fix typo. --- Doc/mac/using.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index ca522c69fdf..13c8372a950 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