diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst index 5b0e4d08b..bab0e604d 100644 --- a/docs/dev/plugins.rst +++ b/docs/dev/plugins.rst @@ -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: