Skip to content

Commit

Permalink
Fix example first_party_dependency_version_scheme in docs (pantsbui…
Browse files Browse the repository at this point in the history
…ld#18993)

Fixes a typo in the documentation of the
`first_party_dependency_version_scheme` configuration setting
  • Loading branch information
marijncv authored May 12, 2023
1 parent 91fac39 commit eb338c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Python/python/python-distributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ The generated `setup.py` will have its `install_requires` set to include the 3rd
>
> ```toml
> [setup-py-generation]
> first_party_depenency_version_scheme = "compatible"
> first_party_dependency_version_scheme = "compatible"
> ```
>
> See <https://www.python.org/dev/peps/pep-0440/#version-specifiers> for more information on the `~=` specifier.
Expand Down

0 comments on commit eb338c7

Please sign in to comment.