Link Python keywords with Python's documentation

This commit is contained in:
Lonami Exo
2019-07-06 12:10:25 +02:00
parent 42d5c0fe6d
commit 8e36bb4c4d
40 changed files with 238 additions and 238 deletions

View File

@@ -49,7 +49,7 @@ class Session(ABC):
def auth_key(self):
"""
Returns an ``AuthKey`` instance associated with the saved
data center, or ``None`` if a new one should be generated.
data center, or `None` if a new one should be generated.
"""
raise NotImplementedError
@@ -66,7 +66,7 @@ class Session(ABC):
def takeout_id(self):
"""
Returns an ID of the takeout process initialized for this session,
or ``None`` if there's no were any unfinished takeout requests.
or `None` if there's no were any unfinished takeout requests.
"""
raise NotImplementedError