Fix some typos

This commit is contained in:
Veronica Berglyd Olsen
2023-11-18 14:14:10 +01:00
parent ab35d1a0bf
commit 17fc370609
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class NWProjectData:
@property
def autoReplace(self) -> dict[str, str]:
"""Return the autoreplace dictionary."""
"""Return the auto-replace dictionary."""
return self._autoReplace
@property