Merge pull request #10140 from tcmetzger/autosummary_fix_typos

Docs: Fix typos in autosummary.rst
This commit is contained in:
Takeshi KOMIYA
2022-01-30 23:09:19 +09:00
committed by GitHub

View File

@@ -255,7 +255,7 @@ Autosummary uses the following Jinja template files:
- :file:`autosummary/attribute.rst` -- template for class attributes
- :file:`autosummary/method.rst` -- template for class methods
The following variables available in the templates:
The following variables are available in the templates:
.. currentmodule:: None
@@ -300,7 +300,7 @@ The following variables available in the templates:
.. data:: functions
List containing names of "public" functions in the module. Here, "public"
here means that the name does not start with an underscore. Only available
means that the name does not start with an underscore. Only available
for modules.
.. data:: classes