about summary refs log tree commit diff stats
path: root/ranger/actions.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-25 00:45:46 +0100
committerhut <hut@lavabit.com>2009-12-25 00:45:46 +0100
commitb37c2b62a11da70f9a2fcc369701fe3d70df1494 (patch)
tree333ee45175bc6b4f6472119647f0003d7f1fafb6 /ranger/actions.py
parent356592fa1fa165e38d8ec893bc191a2bbe5ce961 (diff)
downloadranger-b37c2b62a11da70f9a2fcc369701fe3d70df1494.tar.gz
clean ups
Diffstat (limited to 'ranger/actions.py')
-rw-r--r--ranger/actions.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ranger/actions.py b/ranger/actions.py
index 681751e3..08495ce8 100644
--- a/ranger/actions.py
+++ b/ranger/actions.py
@@ -18,8 +18,10 @@ class Actions(EnvironmentAware, SettingsAware):
 				self.env.cf = self.env.pwd.pointed_file
 
 	def interrupt(self):
-		"""Waits a short time.
-		If CTRL+C is pressed while waiting, the program will be exited"""
+		"""
+		Waits a short time.
+		If CTRL+C is pressed while waiting, the program will be exited.
+		"""
 		import time
 		self.env.key_clear()
 		try: