diff options
author | Georg Brandl <georg@python.org> | 2010-06-27 10:51:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-06-27 10:51:44 (GMT) |
commit | 3d0a602c355701936dba3e9927c48980d85be711 (patch) | |
tree | cc1f5abaae675f13dc83d911e5b81e57de897da5 | |
parent | 817d91829f388a0302254c71792bb6b5382fd273 (diff) | |
download | cpython-3d0a602c355701936dba3e9927c48980d85be711.zip cpython-3d0a602c355701936dba3e9927c48980d85be711.tar.gz cpython-3d0a602c355701936dba3e9927c48980d85be711.tar.bz2 |
Fix URL.
-rw-r--r-- | Doc/using/mac.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 18bfb82..c5f7f2d 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -122,8 +122,8 @@ The IDE ======= MacPython ships with the standard IDLE development environment. A good -introduction to using IDLE can be found at http://hkn.eecs.berkeley.edu/ -dyoo/python/idle_intro/index.html. +introduction to using IDLE can be found at +http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/index.html. .. _mac-package-manager: |