diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 20:49:07 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 20:49:59 +0200 |
commit | 5f2c16a671e476ff5156b34ccd34d926d56f74ee (patch) | |
tree | 1b62b835d78f3aa6dcb5a84d17dacb58d6766eae | |
parent | e2978131da7ab7b565a21f8118d9f9db54d4ab63 (diff) |
typo in the docs
-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"), |