summary refs log tree commit diff stats
path: root/ranger/ext/run_forked.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/ext/run_forked.py')
-rw-r--r--ranger/ext/run_forked.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ranger/ext/run_forked.py b/ranger/ext/run_forked.py
index 39d08e51..f8dd2642 100644
--- a/ranger/ext/run_forked.py
+++ b/ranger/ext/run_forked.py
@@ -5,8 +5,7 @@ import os
 import subprocess
 
 def Popen_forked(*args, **kwargs):
-    """
-    Forks process and runs Popen with the given args and kwargs.
+    """Forks process and runs Popen with the given args and kwargs.
 
     If os.fork() is not supported, runs Popen without forking and returns the
     process object returned by Popen.