From 2a6ad17d6ea8b3973970e5d9bd1604375629d6e9 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 10:44:14 +0200 Subject: Fixed some docstrings --- ranger/core/environment.py | 4 ++-- ranger/ext/shell_escape.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ranger/core/environment.py b/ranger/core/environment.py index bb6abb36..fca2168b 100644 --- a/ranger/core/environment.py +++ b/ranger/core/environment.py @@ -28,8 +28,8 @@ ALLOWED_CONTEXTS = ('browser', 'pager', 'embedded_pager', 'taskview', 'console') class Environment(SettingsAware, SignalDispatcher): - """A collection of data which is relevant for more than - one class. + """ + A collection of data which is relevant for more than one class. """ cwd = None # current directory diff --git a/ranger/ext/shell_escape.py b/ranger/ext/shell_escape.py index f8393f2a..ec9e4b12 100644 --- a/ranger/ext/shell_escape.py +++ b/ranger/ext/shell_escape.py @@ -14,7 +14,7 @@ # along with this program. If not, see . """ -A function to escape metacharacters of arguments for shell commands. +Functions to escape metacharacters of arguments for shell commands. """ META_CHARS = (' ', "'", '"', '`', '&', '|', ';', -- cgit 1.4.1-2-gfad0