We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf34bb commit 7a9700cCopy full SHA for 7a9700c
1 file changed
src/docstub/_cache.py
@@ -54,7 +54,7 @@ def create_cache(path):
54
55
gitignore_path = path / ".gitignore"
56
gitignore_content = (
57
- "# This file is a cache directory tag automatically created by docstub.\n" "*\n"
+ "# This file is a cache directory automatically created by docstub.\n" "*\n"
58
)
59
if not gitignore_path.is_file():
60
with open(gitignore_path, "w") as fp:
0 commit comments