Skip to content
Merged
Prev Previous commit
Next Next commit
Remove duplicate 'the'
  • Loading branch information
hugovk committed May 16, 2023
commit 9d2b63c611b20438dc9c55e7e8c6d33a9a105a32
2 changes: 1 addition & 1 deletion Doc/tools/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{%- if is_deployment_preview %}
<div id="deployment-preview-warning" style="padding: .5em; text-align: center; background-color: #fff2ba; color: #6a580e;">
{% trans %}This is a deploy preview created from a <a href="{{ repository_url }}/pull/{{ pr_id }}">pull request</a>.
For authoritative documentation, see the {% endtrans %}
For authoritative documentation, see {% endtrans %}
<a href="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %} the current stable release{% endtrans %}</a>.
</div>
{%- endif %}
Expand Down