Skip to content

Commit

Permalink
Fix ID naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lev145-live committed Jan 8, 2022
1 parent cf80d25 commit 469b746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiontai/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def close(self) -> None:

async def get_doujin(self, doujin_id: int) -> Dict[str, Any]:
"""
Get doujin raw data by id.
Get doujin raw data by ID.
Args:
doujin_id: ID of doujin.
Expand Down
2 changes: 1 addition & 1 deletion aiontai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def close(self) -> None:

async def get_doujin(self, doujin_id: int) -> Doujin:
"""
Get doujin model by id.
Get doujin model by ID.
Args:
doujin_id: ID of doujin.
Expand Down

0 comments on commit 469b746

Please sign in to comment.