Skip to content

Commit 0546673

Browse files
authored
Update templates/downloads/os_list.html
1 parent 4ea2bde commit 0546673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/downloads/os_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 class="page-title">Python Releases for {{ os.name }}</h1>
3737
</ul>
3838

3939
{% if os.slug == 'android' %}
40-
<p>Rather than using these packages directly, in most cases you should use one of the tools recommended in the <a href="https://docs.python.org/3/using/android.html">Python documentation</a>.</p>
40+
<p>Rather than using these packages directly, in most cases you should use one of the tools recommended in the <a href="https://docs.python.org/3/using/android.html">Python documentation</a>.</p>
4141
{% endif %}
4242

4343
<div class="col-row two-col">

0 commit comments

Comments
 (0)