Update autosummary.rst

This commit is contained in:
Timo Cornelius Metzger
2022-01-27 20:22:45 -08:00
parent e54b63d3ee
commit 8f39f29725

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