Skip to content

Commit

Permalink
CHANGELOG update and docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Oct 15, 2024
1 parent dbcc09f commit 0fb0c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions britishcycling_clubs/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_manager_member_counts(
Returns
-------
`MemberCounts`
`ManagerMemberCounts`
Raises
------
Expand Down Expand Up @@ -106,7 +106,7 @@ def manager_url_via_login(club_id: str) -> str:
Returns
-------
str
str :
URL
"""
Expand Down
2 changes: 1 addition & 1 deletion britishcycling_clubs/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def profile_url(club_id: str) -> str:
Returns
-------
str
str :
URL
"""
return f"{_PROFILE_BASE_URL}{club_id}/"
Expand Down

0 comments on commit 0fb0c1b

Please sign in to comment.