diff --git a/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html b/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html index 88c5990d..771a9eed 100644 --- a/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html +++ b/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html @@ -4,7 +4,7 @@ {% if config.docstring_section_style == "table" %} {% block table_style scoped %} -
{{ section.title or lang.t("Attributes:") }}
+{{ section.title or lang.t("Attributes:") }}
{{ attribute.name }} |
{% if attribute.annotation %}
@@ -36,10 +36,10 @@
{% endblock table_style %}
{% elif config.docstring_section_style == "list" %}
{% block list_style scoped %}
- {{ section.title or lang.t("Attributes:") }} +{{ section.title or lang.t("Attributes:") }}
|