Skip to content

Commit 55494a2

Browse files
Change link text
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 03f36c6 commit 55494a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
7474

7575
<h2>{% trans %}Problems{% endtrans %}</h2>
7676
{% set bugs = pathto('bugs') %}
77-
<p>{% trans bugs = bugs %}See <a href="{{ bugs }}">this page on reporting bugs</a>
77+
<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>
7878
if you have comments or suggestions for the Python documentation.{% endtrans %}</p>
7979
{% endblock %}

0 commit comments

Comments
 (0)