Format None, True, False and NotImplemented as literals (GH-118758)

This commit is contained in:
Serhiy Storchaka 2024-05-08 22:35:16 +03:00 committed by GitHub
parent bcb435ee8f
commit 05c2fe1acd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 85 additions and 83 deletions

View file

@ -538,7 +538,7 @@ Running Tasks Concurrently
# [2, 6, 24]
.. note::
If *return_exceptions* is False, cancelling gather() after it
If *return_exceptions* is false, cancelling gather() after it
has been marked done won't cancel any submitted awaitables.
For instance, gather can be marked done after propagating an
exception to the caller, therefore, calling ``gather.cancel()``