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 2db4095 commit a1a7f33Copy full SHA for a1a7f33
generate.py
@@ -94,7 +94,7 @@
94
{% endif %}
95
<td data-label="build">
96
{% if build %}
97
- <a href="https://docs.python.org/{{ language }}/" target="_blank">✓ {% if in_switcher %}in switcher{% endif %}</a>
+ <a href="https://docs.python.org/{{ language }}/" target="_blank">✓{% if in_switcher %} in switcher{% endif %}</a>
98
{% else %}
99
✗
100
0 commit comments