Skip to content

Commit

Permalink
remove loop param from CookieJar init from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
derlih committed Jun 29, 2021
1 parent f79204a commit 6243210
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1822,12 +1822,6 @@ CookieJar

.. versionadded:: 3.8

:param bool loop: an :ref:`event loop<asyncio-event-loop>` instance.
See :class:`aiohttp.abc.AbstractCookieJar`

.. deprecated:: 2.0


.. method:: update_cookies(cookies, response_url=None)

Update cookies returned by server in ``Set-Cookie`` header.
Expand Down

0 comments on commit 6243210

Please sign in to comment.