From f7b8811b14e27e67b9f4a2a4457240b5380708d5 Mon Sep 17 00:00:00 2001 From: Ojas Sinha <49158861+bionicBUG@users.noreply.github.com> Date: Fri, 3 Jul 2020 21:27:32 +0530 Subject: [PATCH] readme: fix typo (#191) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9e44d15..acc0aaa 100644 --- a/README.rst +++ b/README.rst @@ -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.