From b1fffc3a1b2dbbb807213b85f538e59251b9bf35 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Fri, 28 Mar 2014 22:32:14 +0100
Subject: Remove bad whitespaces Merged vuolter/pyload@00288e6

---
 docs/write_plugins.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/write_plugins.rst')

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
 
-- 
cgit v1.2.3