diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-16 17:44:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 17:44:08 -0400 |
| commit | f9364aaa8a4ba358f2f0f18e0d1b34d9a1468003 (patch) | |
| tree | c425d345fcd19b3f076485d35591a4a9133e6a5c | |
| parent | 9887350aa500b86feea0859eebe057d56a060d67 (diff) | |
| parent | bccf87f70b41ee288db4b8e91df02a64ec42579a (diff) | |
| download | external_python_setuptools-f9364aaa8a4ba358f2f0f18e0d1b34d9a1468003.tar.gz external_python_setuptools-f9364aaa8a4ba358f2f0f18e0d1b34d9a1468003.tar.bz2 external_python_setuptools-f9364aaa8a4ba358f2f0f18e0d1b34d9a1468003.zip | |
Merge pull request #2113 from webknjaz/patch-1
Fix an RST link typo in the dev guide
| -rw-r--r-- | docs/developer-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 0b4ae4d4..e6171e4e 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -139,7 +139,7 @@ Vendored Dependencies --------------------- Setuptools has some dependencies, but due to `bootstrapping issues -<https://github.com/pypa/setuptools/issues/980>`, those dependencies +<https://github.com/pypa/setuptools/issues/980>`_, those dependencies cannot be declared as they won't be resolved soon enough to build setuptools from source. Eventually, this limitation may be lifted as PEP 517/518 reach ubiquitous adoption, but for now, Setuptools |
