diff options
| author | nxnjz <43261757+nxnjz@users.noreply.github.com> | 2022-08-09 14:45:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-09 14:45:04 +0300 |
| commit | 51b1ef5e989671c3a56d2986213ed07999f4f134 (patch) | |
| tree | fda639273f851e9d4fb2bfd07f954d1fbe69e21e /docs | |
| parent | c4b0e6da6a1ce2d2fa7c0bc877a1e9264b2d93a1 (diff) | |
| download | python-setuptools-git-51b1ef5e989671c3a56d2986213ed07999f4f134.tar.gz | |
typo fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/dependency_management.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/dependency_management.rst b/docs/userguide/dependency_management.rst index c4b1a770..33aaf6c6 100644 --- a/docs/userguide/dependency_management.rst +++ b/docs/userguide/dependency_management.rst @@ -284,7 +284,7 @@ The name ``PDF`` is an arbitrary :pep:`identifier <685>` of such a list of depen which other components can refer and have them installed. A use case for this approach is that other package can use this "extra" for their -own dependencies. For example, if ``Package-B`` needs ``Package-B`` with PDF support +own dependencies. For example, if ``Package-B`` needs ``Package-A`` with PDF support installed, it might declare the dependency like this: .. tab:: pyproject.toml |
