Skip to content

Commit f0090c5

Browse files
JacobCoffeehugovk
andauthored
Update templates/search/search.html
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6869fea commit f0090c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/search/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>Results</h3>
3030

3131
<h3>Python language documentation</h3>
3232
<p>If you didn't find what you need, try your search in the
33-
<a href="https://docs.python.org/3/search.html?q={{ request.GET.q | urlencode }}">Python Language Documentation</a>.
33+
<a href="https://docs.python.org/3/search.html?q={{ request.GET.q | urlencode }}">Python language documentation</a>.
3434
</p>
3535
{% else %}
3636
{# Show some example queries to run, maybe query syntax, something else? #}

0 commit comments

Comments
 (0)