diff options
author | Georg Brandl <georg@python.org> | 2012-12-22 09:44:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-12-22 09:44:11 (GMT) |
commit | 8e1e8165a32da4934449df7dffac82c26b6ab101 (patch) | |
tree | 7eb8a1bc60aeaf54245da71a912ce33e6358d572 | |
parent | 9a772e5e8f1c85ca875329d8bb09098c1874d610 (diff) | |
download | cpython-8e1e8165a32da4934449df7dffac82c26b6ab101.zip cpython-8e1e8165a32da4934449df7dffac82c26b6ab101.tar.gz cpython-8e1e8165a32da4934449df7dffac82c26b6ab101.tar.bz2 |
Add missing label.
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 978440c..b49ba7b 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -84,6 +84,8 @@ In order to run Python flawlessly, you might have to change certain environment settings in Windows. +.. _setting-envvars: + Excursus: Setting environment variables --------------------------------------- |