We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0119f4 commit 87f4f50Copy full SHA for 87f4f50
src/itables/show_config.py
@@ -15,7 +15,7 @@ def show_config(path: Path):
15
"""
16
if (tomllib is None) or (user_config_path is None):
17
print(
18
- "Missing itables[config] dependencies. Please install them with 'pip install itables[config]"
+ "Missing itables[config] dependencies. Please install them with 'pip install itables[config]'"
19
)
20
return
21
0 commit comments