summaryrefslogtreecommitdiffstats
path: root/editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'editor.py')
-rw-r--r--editor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.py b/editor.py
index 78311f1a..10ff158b 100644
--- a/editor.py
+++ b/editor.py
@@ -22,7 +22,7 @@ from error import EditorError
22import platform_utils 22import platform_utils
23 23
24 24
25class Editor(object): 25class Editor:
26 """Manages the user's preferred text editor.""" 26 """Manages the user's preferred text editor."""
27 27
28 _editor = None 28 _editor = None