We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8b3f7 commit 6ff34f9Copy full SHA for 6ff34f9
isbn-verifier/isbn_verifier.py
@@ -40,7 +40,7 @@ def formatted_isbn(isbn: str) -> list[int]:
40
Ignores non-digit characters except for trailing 'X'.
41
42
:param isbn: ISBN string that may contain digits, hyphens, and trailing 'X'
43
- :return: List of integers representing ISBN digits, with 'X' converted to 10
+ :return: List of integers representing ISBN digits, 'X' converted to 10
44
"""
45
result: list[int] = []
46
for char in isbn:
0 commit comments