From fb3e35b45a14d2ad9203bbf93203e50fe72a6e59 Mon Sep 17 00:00:00 2001 From: James Williams Date: Wed, 28 Dec 2022 19:45:42 -0600 Subject: [PATCH 1/3] Update user_guide.rst --- docs/user_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), From c6e17ceb21ae2a742c2b0bba7bc15cf498028fe6 Mon Sep 17 00:00:00 2001 From: James Williams Date: Wed, 28 Dec 2022 20:03:29 -0600 Subject: [PATCH 2/3] Update changelog. --- docs/changelog/2787.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changelog/2787.doc.rst diff --git a/docs/changelog/2787.doc.rst b/docs/changelog/2787.doc.rst new file mode 100644 index 000000000..2aedb5186 --- /dev/null +++ b/docs/changelog/2787.doc.rst @@ -0,0 +1 @@ +Fix a grammatical typo in docs/user_guide.rst. \ No newline at end of file From d819b76ef82c258aad25e2399e037f07fddf4b96 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:03:57 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/changelog/2787.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/2787.doc.rst b/docs/changelog/2787.doc.rst index 2aedb5186..2b60e96fb 100644 --- a/docs/changelog/2787.doc.rst +++ b/docs/changelog/2787.doc.rst @@ -1 +1 @@ -Fix a grammatical typo in docs/user_guide.rst. \ No newline at end of file +Fix a grammatical typo in docs/user_guide.rst.