Tiny ReST markup tweaks (#2814)

This commit is contained in:
Adrian Sampson 2018-02-22 15:51:15 -05:00
parent d07c0ab85b
commit 323d90db17

View file

@ -433,9 +433,9 @@ to register it::
print('Importing something!')
It is also possible to request your function to run early in the pipeline by
adding the function to the plugin's ``early_import_stages`` field instead.::
adding the function to the plugin's ``early_import_stages`` field instead::
self.early_import_stages = [self.stage]
self.early_import_stages = [self.stage]
.. _extend-query: