Skip to content

Commit 4897138

Browse files
committed
little change
1 parent d2bc532 commit 4897138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brawlstats/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_datetime(timestamp: str, unix=True):
6565
Parameters
6666
----------
6767
timestamp: str
68-
A timestamp in the %Y-%m-%dT%H:%M:%S.%fZ format, usually returned by the API A timestamp in the %Y-%m-%dT%H:%M:%S.%fZ format,
68+
A timestamp in the %Y-%m-%dT%H:%M:%S.%fZ format, usually returned by the API
6969
in the ``created_time`` field for example (eg. 2018-07-18T14:59:06.000Z)
7070
unix: Optional[bool] = True
7171
Whether to return a POSIX timestamp (seconds since epoch) or not

0 commit comments

Comments
 (0)