summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates
diff options
context:
space:
mode:
authorEge Akman <egeakmanegeakman@hotmail.com>2024-01-03 11:22:38 (GMT)
committerGitHub <noreply@github.com>2024-01-03 11:22:38 (GMT)
commitea978c645edd7bc29d811c61477dff766d7318b6 (patch)
treed3cd0d8627eead5a00a1ab4242a42df652047a09 /Doc/tools/templates
parentdc8df6e84024b79aa96e85a64f354bf8e827bcba (diff)
downloadcpython-ea978c645edd7bc29d811c61477dff766d7318b6.zip
cpython-ea978c645edd7bc29d811c61477dff766d7318b6.tar.gz
cpython-ea978c645edd7bc29d811c61477dff766d7318b6.tar.bz2
gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638)
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r--Doc/tools/templates/dummy.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/tools/templates/dummy.html b/Doc/tools/templates/dummy.html
index 3a0acab..49c2a71 100644
--- a/Doc/tools/templates/dummy.html
+++ b/Doc/tools/templates/dummy.html
@@ -9,14 +9,14 @@ In extensions/pyspecific.py:
In extensions/c_annotations.py:
-{% trans %} Part of the {% endtrans %}
+{% trans %}Part of the{% endtrans %}
{% trans %}Limited API{% endtrans %}
{% trans %}Stable ABI{% endtrans %}
-{% trans %} (as an opaque struct){% endtrans %}
-{% trans %} (including all members){% endtrans %}
-{% trans %} since version %s{% endtrans %}
-{% trans %} (Only some members are part of the stable ABI.){% endtrans %}
-{% trans %}This is {% endtrans %}
+{% trans %}(as an opaque struct){% endtrans %}
+{% trans %}(including all members){% endtrans %}
+{% trans %}since version %s{% endtrans %}
+{% trans %}(Only some members are part of the stable ABI.){% endtrans %}
+{% trans %}This is{% endtrans %}
{% trans %}Unstable API{% endtrans %}
{% trans %}. It may change without warning in minor releases.{% endtrans %}
{% trans %}Return value: Always NULL.{% endtrans %}