Skip to content

Commit a15fb8f

Browse files
Merge pull request #982 from crash5/fix-version-file-config-docs
Fix version file template name in documentation
2 parents c395c91 + ee3cb5b commit a15fb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
2727
!!! warning ""
2828

2929
Only files with `.py` and `.txt` extensions have builtin templates,
30-
for other file types it is necessary to provide `write_to_template`.
30+
for other file types it is necessary to provide `version_file_template`.
3131

32-
`version_file_template_template: str | None = None`
32+
`version_file_template: str | None = None`
3333
: A new-style format string that is given the current version as
3434
the `version` keyword argument for formatting.
3535

0 commit comments

Comments
 (0)