From 9b6887762bbde293f1e0807fafd997d6213775ff Mon Sep 17 00:00:00 2001 From: Abdulfatai Aka <32123313+abdulfataiaka@users.noreply.github.com> Date: Tue, 16 May 2023 14:44:14 +0100 Subject: [PATCH] Update invocation.rst file --- docs/source/user/invocation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index 0049ec9..61cef97 100644 --- a/docs/source/user/invocation.rst +++ b/docs/source/user/invocation.rst @@ -51,7 +51,7 @@ Or This is the last time we will show both versions of an invocation. From now on, we'll simply use ``flake8`` and assume that the user - knows they can instead use ``python -m flake8`` instead. + knows they can instead use ``python -m flake8``. It's also possible to narrow what |Flake8| will try to check by specifying exactly the paths and directories you want it to check. Let's assume that