From a0761200eb3c3521da2a9561385e5ee62926ee6c Mon Sep 17 00:00:00 2001 From: barisumog Date: Fri, 1 Mar 2013 11:15:55 +0200 Subject: [PATCH] minor typo --- 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 51b8105..1fa23e5 100644 --- a/docs/writing/gotchas.rst +++ b/docs/writing/gotchas.rst @@ -2,7 +2,7 @@ Common Gotchas ============== For the most part, Python aims to be a clean and consistent language that -avoid surprises, but there are a few cases where newcomers to the language +avoids surprises, but there are a few cases where newcomers to the language often get tripped up. Some of these are intentional but potentially surprising. Some could arguably