From 323d90db17f4c0530eae7c6feb5dac1a3aba3d05 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 22 Feb 2018 15:51:15 -0500 Subject: [PATCH] Tiny ReST markup tweaks (#2814) --- docs/dev/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: