Skip to content

Commit 88deeb7

Browse files
committed
Fix grammatical error
1 parent adb498d commit 88deeb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ Contributing
176176
- Run: `tox -e linting`
177177
- If tox exits `0`, commit and push. Otherwise, fix the newly introduced style violations
178178
- `flake8` requires manual fixes
179-
- `black` will rewrite the violations automatically, however the files are unstaged and should staged again
180-
- `isort` will rewrite the violations automatically, however the files are unstaged and should staged again
179+
- `black` will rewrite the violations automatically, however the files are unstaged and should be staged again
180+
- `isort` will rewrite the violations automatically, however the files are unstaged and should be staged again
181181
- Submit a Pull Request

0 commit comments

Comments
 (0)