summary refs log tree commit diff stats
path: root/ranger/__init__.py
diff options
context:
space:
mode:
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