From 2b1cf403b65873c54f624062c8fc5f9d178f9f8e Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:11:24 -0700 Subject: [PATCH] Fix typo in docustring for PlayerService.get_records (#31) * Fix typo in docstring * Update changelog --- CHANGELOG.md | 4 ++++ wom/services/players.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1b419..f4df466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ - Add `FailedToDeserialize` error. +## Fixes + +- Fix typo in docstring for `PlayerService.get_records`. + --- # v0.6.1 (Sep 2023) diff --git a/wom/services/players.py b/wom/services/players.py index eb6d48b..0fdb505 100644 --- a/wom/services/players.py +++ b/wom/services/players.py @@ -471,7 +471,7 @@ async def get_records( username: The username to get the gains for. Keyword Args: - period: The optional period of time to get gains for. + period: The optional period of time to get records for. Defaults to `None`. metric: The optional metric to filter the records on.