From f10383e97fc0a09e8750b00f47718f38262399f9 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Thu, 16 May 2024 15:22:41 -0700 Subject: [PATCH] docs: Update wording of API package Modules section --- .../mkdocstrings/python/readthedocs/children.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/mkdocstrings/python/readthedocs/children.html.jinja b/docs/_templates/mkdocstrings/python/readthedocs/children.html.jinja index 6fd5c88e..6a215bfc 100644 --- a/docs/_templates/mkdocstrings/python/readthedocs/children.html.jinja +++ b/docs/_templates/mkdocstrings/python/readthedocs/children.html.jinja @@ -100,7 +100,7 @@ Context: keep_no_docstrings=config.show_if_no_docstring)|selectattr("is_init_module", "equalto", false)|list|order_members(config.members_order, members_list) %} {% if modules %} - {% filter heading(heading_level, id=html_id ~ "-modules") %}Submodules{% endfilter %} + {% filter heading(heading_level, id=html_id ~ "-modules") %}Modules{% endfilter %} {{ create_summary_table(modules) }} {% endif %} {% endwith %}