diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-08 13:49:55 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-09 21:14:36 -0300 |
| commit | 6c84dee53193a78cf797b44d3febcc14488ea6b1 (patch) | |
| tree | 7b723f3d15aa973c7e6277e0cc90f3851ae97f59 /bindings/python-cffi/tests | |
| parent | df3fab18fe70ea750f6f06da30291c67de7e74f2 (diff) | |
Fix typos
Diffstat (limited to 'bindings/python-cffi/tests')
| -rw-r--r-- | bindings/python-cffi/tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python-cffi/tests/conftest.py b/bindings/python-cffi/tests/conftest.py index de7db8e7..6835fd30 100644 --- a/bindings/python-cffi/tests/conftest.py +++ b/bindings/python-cffi/tests/conftest.py @@ -31,7 +31,7 @@ def notmuch(maildir): fixture. """ def run(*args): - """Run a notmuch comand. + """Run a notmuch command. This function runs with a timeout error as many notmuch commands may block if multiple processes are trying to open |
