about summary refs log tree commit diff stats
path: root/ranger/ext/vcs/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/ext/vcs/svn.py')
-rw-r--r--ranger/ext/vcs/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/ext/vcs/svn.py b/ranger/ext/vcs/svn.py
index dd4270d8..1813f857 100644
--- a/ranger/ext/vcs/svn.py
+++ b/ranger/ext/vcs/svn.py
@@ -24,7 +24,7 @@ class SVN(Vcs):
     )
 
     def _log(self, refspec=None, maxres=None, filelist=None):
-        """ Retrieves log message and parses it"""
+        """Retrieves log message and parses it"""
         args = ['log', '--xml']
 
         if refspec: