Skip to content

Commit

Permalink
fixed item width in docstring in too_wide
Browse files Browse the repository at this point in the history
  • Loading branch information
klinga committed Sep 27, 2024
1 parent ed7ae7e commit 8cdd241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_books/picklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def too_tall(value: str) -> bool:

def too_wide(value: str) -> bool:
"""
Checks if the width of the item is 24 cm or above per Google guidelines.
Checks if the width of the item is 46 cm or above per Google guidelines.
Args:
value (str): The value of the 300 $c
Expand Down

0 comments on commit 8cdd241

Please sign in to comment.