Skip to content

Commit 7bc1e7d

Browse files
LarsKueCopilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 1ad4095 commit 7bc1e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, display_name, package_name, env_name, install_url):
3535
message += f"{backend.display_name}\n"
3636
message += "\n"
3737

38-
message += f"If you continue to see this error, please file an bug report at {issue_url}.\n"
38+
message += f"If you continue to see this error, please file a bug report at {issue_url}.\n"
3939
message += (
4040
"You can manually select a backend by setting the KERAS_BACKEND environment variable as shown below:\n"
4141
)

0 commit comments

Comments
 (0)