typo fixes
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -29,4 +29,10 @@
|
|||||||
"*_test.py"
|
"*_test.py"
|
||||||
],
|
],
|
||||||
"python.testing.pytestEnabled": true,
|
"python.testing.pytestEnabled": true,
|
||||||
|
"cSpell.words": [
|
||||||
|
"adis",
|
||||||
|
"apparate",
|
||||||
|
"isbn",
|
||||||
|
"ISSN"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
@@ -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.
|
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:
|
Returns:
|
||||||
BookData: a dataclass containing data aboout the book
|
BookData: a dataclass containing data about the book
|
||||||
"""
|
"""
|
||||||
if self.data is None:
|
if self.data is None:
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user