diff --git a/docs/changelog/2787.doc.rst b/docs/changelog/2787.doc.rst new file mode 100644 index 000000000..2b60e96fb --- /dev/null +++ b/docs/changelog/2787.doc.rst @@ -0,0 +1 @@ +Fix a grammatical typo in docs/user_guide.rst. diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 2a15ccacc..9a221feeb 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -48,7 +48,7 @@ The configuration is split into two type of configuration: core settings are hos environment settings hosted under ``testenv:``. Under the core section we define that this project has two run environments named ``format`` and ``py310`` respectively (we use the ``envlist`` configuration key to do so). -Then we define separately what should the formatting environment (``testenv:format`` section) and the test environment +Then we define separately the formatting environment (``testenv:format`` section) and the test environment (``testenv:py310`` section). For example to format the project we: - add a description (visible when you type ``tox list`` into the command line),