We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f36c6 commit 55494a2Copy full SHA for 55494a2
Doc/tools/templates/download.html
@@ -74,6 +74,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
74
75
<h2>{% trans %}Problems{% endtrans %}</h2>
76
{% set bugs = pathto('bugs') %}
77
-<p>{% trans bugs = bugs %}See <a href="{{ bugs }}">this page on reporting bugs</a>
+<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>
78
if you have comments or suggestions for the Python documentation.{% endtrans %}</p>
79
{% endblock %}
0 commit comments