Skip to content

Commit

Permalink
Update user_guide.rst (#2787)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jamwil and pre-commit-ci[bot] committed Dec 29, 2022
1 parent ef323df commit 6f056ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/2787.doc.rst
@@ -0,0 +1 @@
Fix a grammatical typo in docs/user_guide.rst.
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Expand Up @@ -48,7 +48,7 @@ The configuration is split into two type of configuration: core settings are hos
environment settings hosted under ``testenv:<env_name>``. 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),
Expand Down

0 comments on commit 6f056ca

Please sign in to comment.