readme: fix typo (#191)

This commit is contained in:
Ojas Sinha 2020-07-03 21:27:32 +05:30 committed by GitHub
parent e10c5e8fa7
commit f7b8811b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Contributions to this library are always welcome and highly encouraged
2. Create a topic branch.
3. Implement your feature or bug fix.
4. Run ``pytest``.
5. Add a test for yout feature or bug fix.
5. Add a test for your feature or bug fix.
6. Run step 4 again. If your changes are not 100% covered, go back to
step 5.
7. Commit and push your changes.