From fd33cdbd05d2fbe2443554a9b79155de07b0d056 Mon Sep 17 00:00:00 2001 From: Alex Povel <48824213+alexpovel@users.noreply.github.com> Date: Thu, 30 Apr 2020 00:17:12 +0200 Subject: [PATCH] Fix plural typo in documentation (GH-19799) Co-authored-by: Alex Povel --- Doc/faq/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index df3dbf4977e..4e3cc575ee1 100644 --- a/Doc/faq/design.rst +++ b/Doc/faq/design.rst @@ -651,7 +651,7 @@ Why doesn't Python have a "with" statement for attribute assignments? --------------------------------------------------------------------- Python has a 'with' statement that wraps the execution of a block, calling code -on the entrance and exit from the block. Some language have a construct that +on the entrance and exit from the block. Some languages have a construct that looks like this:: with obj: