diff options
author | Georg Brandl <georg@python.org> | 2007-12-01 23:12:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-01 23:12:45 (GMT) |
commit | 87983f24cfc529415dbea96105f597d6592324b4 (patch) | |
tree | 9425dda2779695da7c68818fa795c268f2024605 /Doc/distutils | |
parent | 39bd059e420dd6d621516848d0bc9c46d57cd63c (diff) | |
download | cpython-87983f24cfc529415dbea96105f597d6592324b4.zip cpython-87983f24cfc529415dbea96105f597d6592324b4.tar.gz cpython-87983f24cfc529415dbea96105f597d6592324b4.tar.bz2 |
Add "Using Python on Windows" document, by Robert Lehmann.
Written for GHOP.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/extending.rst b/Doc/distutils/extending.rst index a2930c7..972ff02 100644 --- a/Doc/distutils/extending.rst +++ b/Doc/distutils/extending.rst @@ -1,4 +1,4 @@ -.. _extending: +.. _extending-distutils: ******************* Extending Distutils |