Skip to content

Commit 6f056ca

Browse files
Update user_guide.rst (#2787)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ef323df commit 6f056ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/2787.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a grammatical typo in docs/user_guide.rst.

docs/user_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The configuration is split into two type of configuration: core settings are hos
4848
environment settings hosted under ``testenv:<env_name>``. Under the core section we define that this project has two
4949
run environments named ``format`` and ``py310`` respectively (we use the ``envlist`` configuration key to do so).
5050

51-
Then we define separately what should the formatting environment (``testenv:format`` section) and the test environment
51+
Then we define separately the formatting environment (``testenv:format`` section) and the test environment
5252
(``testenv:py310`` section). For example to format the project we:
5353

5454
- add a description (visible when you type ``tox list`` into the command line),

0 commit comments

Comments
 (0)