File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -474,14 +474,12 @@ The client session supports the context manager protocol for self closing.
474
474
475
475
URLs may be either :class: `str ` or :class: `~yarl.URL `
476
476
477
- .. method :: close()
477
+ .. comethod :: close()
478
478
479
479
Close underlying connector.
480
480
481
481
Release all acquired resources.
482
482
483
- .. versionchanged :: 2.0
484
-
485
483
.. method :: detach()
486
484
487
485
Detach connector from session without closing the former.
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ Various
140
140
does not match, it raises :exc: `aiohttp.ClientResponseError ` exception.
141
141
To disable content type check you can pass ``None `` as `content_type ` parameter.
142
142
143
- 7. `ClientSession.close() ` is a regular function returning None, not a coroutine.
144
143
145
144
146
145
You can’t perform that action at this time.
0 commit comments