summary refs log tree commit diff stats
path: root/ranger/__init__.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-22 20:24:09 +0100
committerhut <hut@lavabit.com>2013-02-22 20:24:09 +0100
commitb68d28c1da376547672ca00ef7bc16e94030db18 (patch)
tree3cef942ff76812606623666184555132a862d5b1 /ranger/__init__.py
parentc1138eb006c6daaa9b88204b0695f18d55e027dc (diff)
downloadranger-b68d28c1da376547672ca00ef7bc16e94030db18.tar.gz
Fix docstrings to comply with the PEP8
http://www.python.org/dev/peps/pep-0008/#documentation-strings
Diffstat (limited to 'ranger/__init__.py')
-rw-r--r--ranger/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 8dbd7fc6..da6b234c 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -1,8 +1,7 @@
 # Copyright (C) 2009-2013  Roman Zimbelmann <hut@lavabit.com>
 # This software is distributed under the terms of the GNU GPL version 3.
 
-"""
-A console file manager with VI key bindings.
+"""A console file manager with VI key bindings.
 
 It provides a minimalistic and nice curses interface with a view on the
 directory hierarchy.  The secondary task of ranger is to figure out which
@@ -37,8 +36,7 @@ CONFDIR = '~/.config/ranger'
 # Example usage in the code:
 # import ranger; ranger.log("hello world")
 def log(*objects, **keywords):
-    """
-    Writes objects to a logfile (for the purpose of debugging only.)
+    """Writes objects to a logfile (for the purpose of debugging only.)
     Has the same arguments as print() in python3.
     """
     from ranger import arg