Skip to content

Commit

Permalink
Fix: text cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Paige <[email protected]>
  • Loading branch information
lwasser and ucodery authored Dec 8, 2023
1 parent 5df5e0b commit d8b9477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-structure-code/declare-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ There are different shell applications that you and your package contributors mi
* zsh is the shell that comes with most Mac OS computer
* Windows users may use a tool such as git bash
Many shells don't support the bracket `[tests]` syntax which is why we add
Some shells don't support unquoted brackets (`[tests]`) which is why we add
quotes to the command in this guide like this:
`python -m pip install ".[tests]"`
Expand Down

0 comments on commit d8b9477

Please sign in to comment.