Browse Source

Conserta typo em README.rst

pull/222/head
Edward Ribeiro 9 years ago
parent
commit
01d86350ad
  1. 2
      README.rst

2
README.rst

@ -100,7 +100,7 @@ Best practices
* Keep all code in standard PEP8 (without exceptions). * Keep all code in standard PEP8 (without exceptions).
* Before every ``git push``: * Before every ``git push``:
- Run ``git pull --rebase`` (almost allways). - Run ``git pull --rebase`` (almost always).
- In exceptional cases simply use ``git pull`` to produce a merge. - In exceptional cases simply use ``git pull`` to produce a merge.
* Before ``git commit``, always: * Before ``git commit``, always:

Loading…
Cancel
Save