Skip to content

Commit e3f678d

Browse files
committed
Fix typo in docstring
1 parent c6c972d commit e3f678d

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
@@ -50,7 +50,7 @@ def get_datetime(timestamp: str, unix: bool=True) -> Union[int, datetime]:
5050
Parameters
5151
----------
5252
timestamp : str
53-
A timestamp in the %Y%%dT%H%M%S.%fZ format, usually returned by the API in the
53+
A timestamp in the %Y%m%dT%H%M%S.%fZ format, usually returned by the API in the
5454
``battleTime`` field in battle log responses - e.g., 20200925T184431.000Z
5555
unix : bool, optional
5656
Whether to return a POSIX timestamp (seconds since epoch) or not, by default True

0 commit comments

Comments
 (0)