diff --git a/docs/markdown/Python/python/python-distributions.md b/docs/markdown/Python/python/python-distributions.md index fd4fe65d6ca..de819ba12fc 100644 --- a/docs/markdown/Python/python/python-distributions.md +++ b/docs/markdown/Python/python/python-distributions.md @@ -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 for more information on the `~=` specifier.