Merge pull request #1511 from jwilk-forks/spelling

Fix typos
This commit is contained in:
Kodi Arfer 2018-02-15 07:56:19 -08:00 committed by GitHub
commit 10cd36d13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ Language Changes
* defmacro will raise an error on &kwonly, &kwargs and &key arguments
* Keyword argument labels to functions are required to be strings
* slice replaced with cut to stop overloading the python built-in
* removed reduntant throw, catch, progn, defun, lisp-if, lisp-if-not,
* removed redundant throw, catch, progn, defun, lisp-if, lisp-if-not,
filterfalse, true, false and nil
* global now takes multiple arguments
* Nonlocal keyword (Python 3 only)

View File

@ -1957,7 +1957,7 @@ with/a
------
``with/a`` behaves like ``with``, but is used to wrap the execution of
a block within a asynchronous context manager. The context manager can
a block within an asynchronous context manager. The context manager can
then set up the local system and tear it down in a controlled manner
asynchronously.