diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-05-15 16:58:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 16:58:38 +0200 |
commit | bccf87f70b41ee288db4b8e91df02a64ec42579a (patch) | |
tree | c425d345fcd19b3f076485d35591a4a9133e6a5c | |
parent | 9887350aa500b86feea0859eebe057d56a060d67 (diff) | |
download | external_python_setuptools-bccf87f70b41ee288db4b8e91df02a64ec42579a.tar.gz external_python_setuptools-bccf87f70b41ee288db4b8e91df02a64ec42579a.tar.bz2 external_python_setuptools-bccf87f70b41ee288db4b8e91df02a64ec42579a.zip |
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 |