Link Python keywords with Python's documentation

This commit is contained in:
Lonami Exo
2019-07-06 12:11:00 +02:00
parent 42d5c0fe6d
commit 8e36bb4c4d
40 changed files with 238 additions and 238 deletions
+2 -2
View File
@@ -144,11 +144,11 @@ class StateCache:
def __getitem__(self, item):
"""
If `item` is ``None``, returns the default ``(pts, date)``.
If `item` is `None`, returns the default ``(pts, date)``.
If it's an **unmarked** channel ID, returns its ``pts``.
If no information is known, ``pts`` will be ``None``.
If no information is known, ``pts`` will be `None`.
"""
if item is None:
return self._pts_date