Minor typo fix #259 [ci skip]

This commit is contained in:
Leandro Toledo 2016-05-15 00:11:14 -03:00
parent 1b09738191
commit 9243cd3507

View file

@ -77,7 +77,7 @@ Here's how to make a one-off code change.
``$ make test``
- To actually make the commit (this will trigger test for yapf, lint and pep8 automatically):
- To actually make the commit (this will trigger tests for yapf, lint and pep8 automatically):
``$ git add your-file-changed.py``