diff options
Diffstat (limited to 'docs/write_plugins.rst')
-rw-r--r-- | docs/write_plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/write_plugins.rst b/docs/write_plugins.rst index b513a5978..23fda28b6 100644 --- a/docs/write_plugins.rst +++ b/docs/write_plugins.rst @@ -47,7 +47,7 @@ An example ``process`` function could look like this :: """ plugin code """ - + def process(self, pyfile): html = self.load(pyfile.url) # load the content of the orginal pyfile.url to html |