diff options
author | Georg Brandl <georg@python.org> | 2007-04-25 06:25:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-25 06:25:57 (GMT) |
commit | eeff493426b838fa31af240dbf3d286139001cac (patch) | |
tree | d81bf345fdbd5c89e20f9be6c1342c0eb2a81427 | |
parent | d1e3f6df3829dcd97b63d2f41708bcb4ec0c30c9 (diff) | |
download | cpython-eeff493426b838fa31af240dbf3d286139001cac.zip cpython-eeff493426b838fa31af240dbf3d286139001cac.tar.gz cpython-eeff493426b838fa31af240dbf3d286139001cac.tar.bz2 |
Markup fix.
(backport from rev. 54951)
-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 5b5d9e8..ca522c6 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -151,7 +151,7 @@ applications to other users. The standard tool for deploying standalone Python applications on the Mac is \program{py2app}. More information on installing and using py2app can be found -at \url{http://undefined.org/python/#py2app}. +at \url{http://undefined.org/python/\#py2app}. \section{Application Scripting} |