From 5f2c16a671e476ff5156b34ccd34d926d56f74ee Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 4 Aug 2022 20:49:07 +0200 Subject: typo in the docs --- hazwaz/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: #: ```` 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"), -- cgit v1.2.3