Fix typos
This commit is contained in:
parent
7cf23fabc4
commit
d1cb630698
2
NEWS.rst
2
NEWS.rst
@ -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)
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user