]> granicus.if.org Git - python/commitdiff
Update documentation index sidebar for 3.6.0 release.
authorNed Deily <nad@python.org>
Fri, 23 Dec 2016 09:13:31 +0000 (04:13 -0500)
committerNed Deily <nad@python.org>
Fri, 23 Dec 2016 09:13:31 +0000 (04:13 -0500)
Doc/tools/templates/indexsidebar.html

index e222a461f27f358b48ff2c24e95ec5e5bbc20b28..b7bcd74c787ede68834df7434678abef5e354006 100644 (file)
@@ -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>