aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-04 20:49:07 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-04 20:49:59 +0200
commit5f2c16a671e476ff5156b34ccd34d926d56f74ee (patch)
tree1b62b835d78f3aa6dcb5a84d17dacb58d6766eae
parente2978131da7ab7b565a21f8118d9f9db54d4ab63 (diff)
typo in the docs
-rw-r--r--hazwaz/mixins.py2
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"),