summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-23 09:13:31 (GMT)
committerNed Deily <nad@python.org>2016-12-23 09:13:31 (GMT)
commite31b15c4ce64e8eccac12101b57562d5f9c98dfa (patch)
tree03bfe46cecf3cc42ba019f89b77ce86472182fb4 /Doc/tools
parent7e93c844385bc57f48bb0ca2ebdc4dd83ca831e6 (diff)
downloadcpython-e31b15c4ce64e8eccac12101b57562d5f9c98dfa.zip
cpython-e31b15c4ce64e8eccac12101b57562d5f9c98dfa.tar.gz
cpython-e31b15c4ce64e8eccac12101b57562d5f9c98dfa.tar.bz2
Update documentation index sidebar for 3.6.0 release.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/templates/indexsidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index e222a46..b7bcd74 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -3,7 +3,7 @@
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
<ul>
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
- <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li>
+ <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (in development){% endtrans %}</a></li>
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
</ul>