From d9056ee6c81472f264fcb496de170d8386458c03 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 11 Feb 2024 09:59:51 +0100 Subject: [PATCH] usage.rst: Fix typos --- doc/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index 57bf1ba..51d9c70 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -14,8 +14,8 @@ standard .ini-style config files. Put your nosetests configuration in a verbosity=3 with-doctest=1 -There is also possiblity to disable configuration files loading (might be -useful when runnig i.e. tox and you don't want your global nose config file to +There is also possibility to disable configuration files loading (might be +useful when running i.e. tox and you don't want your global nose config file to be used by tox). In order to ignore those configuration files simply set an environment variable ``NOSE_IGNORE_CONFIG_FILES``.