Skip to content
Permalink
Browse files

[3.7] Fix speller blames (#5240) (#5242)

(cherry picked from commit 98b4c1d)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
asvetlov committed Nov 16, 2020
1 parent 41eb5d0 commit 4f4470ba5b1deb713b51cbb7493c5fb89af7a3d9
Showing with 4 additions and 1 deletion.
  1. +1 −1 CHANGES.rst
  2. +3 −0 docs/spelling_wordlist.txt
@@ -34,7 +34,7 @@ Bugfixes
`#3532 <https://github.com/aio-libs/aiohttp/issues/3532>`_
- Fix ``web_middlewares.normalize_path_middleware`` behavior for patch without slash.
`#3669 <https://github.com/aio-libs/aiohttp/issues/3669>`_
- Fix overshadowing of overlapped subbaps prefixes.
- Fix overshadowing of overlapped sub-applications prefixes.
`#3701 <https://github.com/aio-libs/aiohttp/issues/3701>`_
- Make `BaseConnector.close()` a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax.
`#3736 <https://github.com/aio-libs/aiohttp/issues/3736>`_
@@ -7,6 +7,9 @@ BasicAuth
BodyPartReader
Bugfixes
BytesIO
brotli
brotlipy
pydantic
CIMultiDict
CPython
Changelog

0 comments on commit 4f4470b

Please sign in to comment.