diff options
-rw-r--r-- | hazwaz/mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hazwaz/mixins.py b/hazwaz/mixins.py index 443927d..90ce951 100644 --- a/hazwaz/mixins.py +++ b/hazwaz/mixins.py @@ -17,7 +17,7 @@ class ExternalEditorMixin: #: ``<name>`` is printed in case of errors. #: #: To write unittests that use this mixin, you can override this - #: attribute with ``[("true"), ("true")]``. + #: attribute with ``[("true", "true")]``. editors = [ (os.environ.get("EDITOR"), "$EDITOR (set to {editor})"), ("sensible-editor", "sensible-editor"), |