diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-18 18:16:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-18 18:16:19 (GMT) |
commit | 5e31c3f768cebbcf5c6a0e62b45c4216f153954a (patch) | |
tree | c0cf660e84827cfbc7a919a4ea18c8487253009a | |
parent | 99ac3283e74d8d33479f9ef58a018b0d9a25e3b3 (diff) | |
download | cpython-5e31c3f768cebbcf5c6a0e62b45c4216f153954a.zip cpython-5e31c3f768cebbcf5c6a0e62b45c4216f153954a.tar.gz cpython-5e31c3f768cebbcf5c6a0e62b45c4216f153954a.tar.bz2 |
Fix markup for tilde in URL.
-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 47df26e..eaf2516 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 |