Skip to content

Commit c633987

Browse files
committed
Remove the word "local" per PEP 440
In PEP 440, "local" refers to the optional portion of a version after the `+` <https://peps.python.org/pep-0440/#local-version-identifiers>. But `version_scheme` doesn't apply to this part.
1 parent 327b428 commit c633987

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
@@ -11,7 +11,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
1111
: Relative path to the SCM root, defaults to `.` and is relative to the file path passed in `relative_to`
1212

1313
`version_scheme : str | Callable[[ScmVersion], str]`
14-
: Configures how the local version number is constructed; either an entrypoint name or a callable.
14+
: Configures how the version number is constructed; either an entrypoint name or a callable.
1515
See [Version number construction](extending.md#setuptools_scmversion_scheme) for predefined implementations.
1616

1717
`local_scheme : str | Callable[[ScmVersion], str]`

0 commit comments

Comments
 (0)