summaryrefslogtreecommitdiffstats
path: root/Doc/faq/design.rst
diff options
context:
space:
mode:
authorAlex Povel <48824213+alexpovel@users.noreply.github.com>2020-04-29 22:17:12 (GMT)
committerGitHub <noreply@github.com>2020-04-29 22:17:12 (GMT)
commitfd33cdbd05d2fbe2443554a9b79155de07b0d056 (patch)
treea1238e1764a97961c0a1b01f3ce3aae0e742c82f /Doc/faq/design.rst
parent84724dd239c30043616487812f6a710b1d70cd4b (diff)
downloadcpython-fd33cdbd05d2fbe2443554a9b79155de07b0d056.zip
cpython-fd33cdbd05d2fbe2443554a9b79155de07b0d056.tar.gz
cpython-fd33cdbd05d2fbe2443554a9b79155de07b0d056.tar.bz2
Fix plural typo in documentation (GH-19799)
Co-authored-by: Alex Povel <python@alexpovel.de>
Diffstat (limited to 'Doc/faq/design.rst')
-rw-r--r--Doc/faq/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index df3dbf4..4e3cc57 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: