summaryrefslogtreecommitdiffstats
path: root/editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'editor.py')
-rw-r--r--editor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.py b/editor.py
index 6319ada5..4306836d 100644
--- a/editor.py
+++ b/editor.py
@@ -24,6 +24,7 @@ import tempfile
24from error import EditorError 24from error import EditorError
25import platform_utils 25import platform_utils
26 26
27
27class Editor(object): 28class Editor(object):
28 """Manages the user's preferred text editor.""" 29 """Manages the user's preferred text editor."""
29 30