From fba652006f41824572f681fd5669e3580fddf8c9 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Tue, 14 Jan 2025 10:13:58 +0100 Subject: [PATCH] typo fixes --- .vscode/settings.json | 6 ++++++ src/logic/webrequest.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2ed40b2..952121e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,4 +29,10 @@ "*_test.py" ], "python.testing.pytestEnabled": true, + "cSpell.words": [ + "adis", + "apparate", + "isbn", + "ISSN" + ], } \ No newline at end of file diff --git a/src/logic/webrequest.py b/src/logic/webrequest.py index 06ed4de..a137ff0 100644 --- a/src/logic/webrequest.py +++ b/src/logic/webrequest.py @@ -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