Skip to content

Commit 87f4f50

Browse files
mwoutsCopilot
andauthored
Update src/itables/show_config.py
Co-authored-by: Copilot <[email protected]>
1 parent f0119f4 commit 87f4f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itables/show_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def show_config(path: Path):
1515
"""
1616
if (tomllib is None) or (user_config_path is None):
1717
print(
18-
"Missing itables[config] dependencies. Please install them with 'pip install itables[config]"
18+
"Missing itables[config] dependencies. Please install them with 'pip install itables[config]'"
1919
)
2020
return
2121

0 commit comments

Comments
 (0)