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