diff --git a/README.rst b/README.rst index 72815fe49..dfd5a50d5 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ Best practices * Keep all code in standard PEP8 (without exceptions). * 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. * Before ``git commit``, always: