]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix plural typo in documentation (GH-19799)
authorAlex Povel <48824213+alexpovel@users.noreply.github.com>
Wed, 29 Apr 2020 22:17:12 +0000 (00:17 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 22:17:12 +0000 (19:17 -0300)
Co-authored-by: Alex Povel <python@alexpovel.de>
Doc/faq/design.rst

index df3dbf4977e01eb55a426376c7f2a4935cff4baa..4e3cc575ee196499c9b49889a6c79c4a553a658f 100644 (file)
@@ -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: