From 01d86350ada44e3ec5f9a14fcaf86994319b2a05 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 22 Feb 2016 13:57:46 -0300 Subject: [PATCH] Conserta typo em README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: