Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaw committed Feb 22, 2021
1 parent bec9047 commit d0ae170
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 @@ -67,7 +67,7 @@ export PATH="<path_to_torchaudio>/third_party/install/bin:${PATH}"
The following dependencies are also needed for testing:

```bash
pip install typing pytest scipy numpy parametrized
pip install typing pytest scipy numpy parameterized
```

## Development Process
Expand Down

0 comments on commit d0ae170

Please sign in to comment.