mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-20 07:54:17 +02:00
docs: somewhat fix references in source code
This commit is contained in:
@@ -33,7 +33,7 @@ class _HttpRequestOptions(_RequestOptions, total=False):
|
||||
|
||||
|
||||
class HttpResponse:
|
||||
"""Response of a request made by `HttpSession`."""
|
||||
"""Response of a request made by :meth:`HttpSession`."""
|
||||
|
||||
def __init__(self, status_code: int, content: bytes) -> None:
|
||||
"""Initialize the response."""
|
||||
@@ -115,7 +115,7 @@ class HttpSession(Closable):
|
||||
"""
|
||||
Make an HTTP request.
|
||||
|
||||
Keyword arguments will directly be passed to `aiohttp.ClientSession.request`.
|
||||
Keyword arguments will directly be passed to :meth:`aiohttp.ClientSession.request`.
|
||||
"""
|
||||
session = await self._get_session()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user