From 185924fcca5d8b4e260c5fb2d6cb9b0052152603 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 11 Feb 2024 10:16:05 +0100 Subject: [PATCH] usage.rst: Fix typos (#10) --- 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``.