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 6869fea commit f0090c5Copy full SHA for f0090c5
templates/search/search.html
@@ -30,7 +30,7 @@ <h3>Results</h3>
30
31
<h3>Python language documentation</h3>
32
<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>.
+ <a href="https://docs.python.org/3/search.html?q={{ request.GET.q | urlencode }}">Python language documentation</a>.
34
</p>
35
{% else %}
36
{# Show some example queries to run, maybe query syntax, something else? #}
0 commit comments