Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md (#31728)
Browse files Browse the repository at this point in the history
* docs: fix typo in CONTRIBUTING

* docs: fix typo double quotes
  • Loading branch information
FacerAin authored Aug 22, 2023
1 parent 3b232d0 commit 08dd8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ breaking -> Runs the breaking changes checker against a package

Basic usage of `tox` within this monorepo is:

1. `pip install tox<5`
1. `pip install "tox<5"`
2. Run `tox run -e ENV_NAME -c path/to/tox.ini --root path/to/python_package`
* **Note**: You can use environment variables to provide defaults for tox config values
* With `TOX_CONFIG_FILE` set to the absolute path of `tox.ini`, you can avoid needing `-c path/to/tox.ini` in your tox invocations
Expand Down

0 comments on commit 08dd8a4

Please sign in to comment.