Skip to content

Commit c227cd4

Browse files
committed
Backtik string err str change
1 parent 420a17b commit c227cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ def __getattr__(attr):
8383
if attr in _modules:
8484
return importlib.import_module(f"aspire.{attr}")
8585
else:
86-
raise AttributeError(f"module {__name__} has no attribute {attr}.")
86+
raise AttributeError(f"module `{__name__}` has no attribute `{attr}`.")

0 commit comments

Comments
 (0)