From 00999cd2c998b778c082b1c4aa8c2b1667cf0d93 Mon Sep 17 00:00:00 2001 From: avi Date: Mon, 5 Oct 2015 20:12:05 +0530 Subject: [PATCH] Update `gotchas.rst` to make the sentence simpler --- 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 b12fbd5..1f661f0 100644 --- a/docs/writing/gotchas.rst +++ b/docs/writing/gotchas.rst @@ -6,7 +6,7 @@ avoids surprises. However, there are a few cases that can be confusing to newcomers. Some of these cases are intentional but can be potentially surprising. Some -could arguably be considered language warts. In general though, what follows +could arguably be considered language warts. In general, what follows is a collection of potentially tricky behavior that might seem strange at first glance, but is generally sensible once you're aware of the underlying cause for the surprise.