diff --git a/doc/sources/contribute-unittest.rst b/doc/sources/contribute-unittest.rst index f86d979f5..2e7b3832a 100644 --- a/doc/sources/contribute-unittest.rst +++ b/doc/sources/contribute-unittest.rst @@ -50,7 +50,7 @@ start with this template:: Replace `XXX` with an appropriate name that covers your tests cases, then replace 'YYY' with the name of your test. If you have any doubts, check how -the other test have been written. +the other tests have been written. Then, to execute them, just run::