diff options
Diffstat (limited to 'docs/write_plugins.rst')
-rw-r--r-- | docs/write_plugins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/write_plugins.rst b/docs/write_plugins.rst index b513a5978..ff3be66d0 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 @@ -100,4 +100,4 @@ where urls is the list of urls contained in the packages. Thats all of your work Examples -------- -Best examples are already existing plugins in :file:`module/plugins/`.
\ No newline at end of file +Best examples are already existing plugins in :file:`module/plugins/`. |