diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-18 18:16:19 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-18 18:16:19 +0000 |
commit | d2a8a064c636aa93a13a6282d9cf067e4525fa3a (patch) | |
tree | ac0270dab9db08429e55c11cce4e7f4941734759 /Doc/mac | |
parent | 06157ea7b03d943c2f184b423a6e62fd402c63d8 (diff) | |
download | cpython-d2a8a064c636aa93a13a6282d9cf067e4525fa3a.tar.gz |
Fix markup for tilde in URL.
Diffstat (limited to 'Doc/mac')
-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 47df26e999..eaf2516db1 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -13,7 +13,7 @@ brief introduction to the specifics of using Python on a Macintosh. The most recent release version as well as possible newer experimental versions are best found at the MacPython page maintained by Jack -Jansen: \url{http://www.cwi.nl/~jack/macpython.html}. +Jansen: \url{http://www.cwi.nl/\textasciitilde jack/macpython.html}. Please refer to the \file{README} included with your distribution for |