From: Alex Povel <48824213+alexpovel@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:17:12 +0000 (+0200) Subject: Fix plural typo in documentation (GH-19799) X-Git-Tag: v3.9.0b1~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd33cdbd05d2fbe2443554a9b79155de07b0d056;p=thirdparty%2FPython%2Fcpython.git Fix plural typo in documentation (GH-19799) Co-authored-by: Alex Povel --- diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index df3dbf4977e0..4e3cc575ee19 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: