Skip to content

Commit 071da14

Browse files
committed
chore: edit docstring
1 parent aa923a4 commit 071da14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/{{ package_name }}/{% if dynamic_version %}.{% endif %}/__version__.py.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import importlib.resources
66

77

88
def get_version() -> str:
9-
"""Read `VERSION.txt` and return its contents.
9+
"""Read ``VERSION.txt`` and return its contents.
1010

1111
Returns:
12-
Version string.
12+
The version string.
1313
"""
1414
return (
1515
(importlib.resources.files("{{ package_name }}") / "VERSION.txt")

0 commit comments

Comments
 (0)