about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-14 21:07:10 +0100
committerhut <hut@lavabit.com>2010-01-14 21:07:10 +0100
commitae9c9cdd0fa1eb05236ad296b987b73b1830cdd0 (patch)
tree04644e4e90f06e41a08a695da9c4a803cdfcdf55
parent0db4c9b2ed14739bc43cd289f0654590fa21a264 (diff)
downloadranger-ae9c9cdd0fa1eb05236ad296b987b73b1830cdd0.tar.gz
console: adjusted docstring formatting
-rw-r--r--ranger/gui/widgets/console.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/ranger/gui/widgets/console.py b/ranger/gui/widgets/console.py
index 6cf00b14..0da0480b 100644
--- a/ranger/gui/widgets/console.py
+++ b/ranger/gui/widgets/console.py
@@ -12,8 +12,11 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-"""The Console widget implements a vim-like console for entering
-commands, searching and executing files."""
+"""
+The Console widget implements a vim-like console for entering
+commands, searching and executing files.
+"""
+
 import string
 import curses
 from collections import deque