File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ Fix a grammatical typo in docs/user_guide.rst.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The configuration is split into two type of configuration: core settings are hos
48
48
environment settings hosted under ``testenv:<env_name> ``. Under the core section we define that this project has two
49
49
run environments named ``format `` and ``py310 `` respectively (we use the ``envlist `` configuration key to do so).
50
50
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
52
52
(``testenv:py310 `` section). For example to format the project we:
53
53
54
54
- add a description (visible when you type ``tox list `` into the command line),
You can’t perform that action at this time.
0 commit comments