typo fixes

This commit is contained in:
2025-01-14 10:13:58 +01:00
parent e51988abe1
commit fba652006f
2 changed files with 7 additions and 1 deletions

View File

@@ -29,4 +29,10 @@
"*_test.py"
],
"python.testing.pytestEnabled": true,
"cSpell.words": [
"adis",
"apparate",
"isbn",
"ISSN"
],
}

View File

@@ -204,7 +204,7 @@ class BibTextTransformer:
option (string, optional): Option for RDS as there are two filetypes. Use rds_availability or rds_data. Anything else gives a dict of both responses. Defaults to None.
Returns:
BookData: a dataclass containing data aboout the book
BookData: a dataclass containing data about the book
"""
if self.data is None:
return None