From ec5f791c695a5c205069f9c6c0fde6fe5e921ccd Mon Sep 17 00:00:00 2001 From: Vivek Joshy Date: Fri, 11 Aug 2017 06:01:03 -0400 Subject: [PATCH] Correct typo Change looks to look --- docs/writing/gotchas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/gotchas.rst b/docs/writing/gotchas.rst index 4c901d0..4a28085 100644 --- a/docs/writing/gotchas.rst +++ b/docs/writing/gotchas.rst @@ -244,7 +244,7 @@ Git_ uses ``.gitignore`` while Mercurial_ uses ``.hgignore``. .. _Git: https://git-scm.com/ .. _Mercurial: https://www.mercurial-scm.org/ -At the minimum your ignore files should looks like this. +At the minimum your ignore files should look like this. ::