docs: fix simple typo, survery -> survey (#1749)

There is a small typo in pep-0550.rst.

Should read `survey` rather than `survery`.
This commit is contained in:
Tim Gates 2020-12-28 13:03:48 +11:00 committed by GitHub
parent 66d56bcf3f
commit 3df12e5446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1505,7 +1505,7 @@ Replication of threading.local() interface
Choosing the ``threading.local()``-like interface for context
variables was considered and rejected for the following reasons:
* A survery of the standard library and Django has shown that the
* A survey of the standard library and Django has shown that the
vast majority of ``threading.local()`` uses involve a single
attribute, which indicates that the namespace approach is not
as helpful in the field.