Fix typos

This commit is contained in:
Jakub Wilk 2018-02-15 16:35:33 +01:00
parent 7cf23fabc4
commit d1cb630698
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.