@@ -173,7 +173,7 @@ Customisation Options
173173 Default: ``None ``
174174
175175 A callback that is called shortly after the Jinja environment is created.
176- It passed the Jinja environment for editing before template rendering begins.
176+ The callback is passed the Jinja environment for editing before template rendering begins.
177177
178178 The callback should have the following signature:
179179
@@ -189,16 +189,16 @@ Customisation Options
189189 a single page. Valid levels, in descending order of hierarchy, are as
190190 follows:
191191
192- * ``module ``: Packages, modules, subpackages, and submodules.
192+ * ``module ``: Packages, modules, subpackages, and submodules.
193193
194- * ``class ``: Classes, exceptions, and all object types mentioned above.
194+ * ``class ``: Classes, exceptions, and all object types mentioned above.
195195
196- * ``function ``: Functions, and all object types mentioned above.
196+ * ``function ``: Functions, and all object types mentioned above.
197197
198- * ``method ``: Methods, and all object types mentioned above.
198+ * ``method ``: Methods, and all object types mentioned above.
199199
200- * ``attribute ``: Class and module level attributes, properties,
201- and all object types mentioned above.
200+ * ``attribute ``: Class and module level attributes, properties,
201+ and all object types mentioned above.
202202
203203
204204Events
0 commit comments