Skip to content

Commit 34a89a9

Browse files
committed
Clarify the definition of "local"
Most people reading this sentence probably don't have PEP 440 memorized.
1 parent c633987 commit 34a89a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
1515
See [Version number construction](extending.md#setuptools_scmversion_scheme) for predefined implementations.
1616

1717
`local_scheme : str | Callable[[ScmVersion], str]`
18-
: Configures how the local component of the version is constructed
18+
: Configures how the local component of the version (the optional part after the `+`) is constructed;
1919
either an entrypoint name or a callable.
2020

2121

0 commit comments

Comments
 (0)