Skip to content

Commit

Permalink
Fix typo in docustring for PlayerService.get_records (#31)
Browse files Browse the repository at this point in the history
* Fix typo in docstring

* Update changelog
  • Loading branch information
Jonxslays authored Oct 16, 2023
1 parent c76af8e commit 2b1cf40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- Add `FailedToDeserialize` error.

## Fixes

- Fix typo in docstring for `PlayerService.get_records`.

---

# v0.6.1 (Sep 2023)
Expand Down
2 changes: 1 addition & 1 deletion wom/services/players.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b1cf40

Please sign in to comment.