diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-02 19:45:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 19:45:17 -0400 |
| commit | 35d5f720f06b5c94b26ad572faf48cfe820338d2 (patch) | |
| tree | 0b70e14af95a9fdc97c699468ec94097c610260c | |
| parent | 382c736eac05ce9029f334a038f81d78c868f091 (diff) | |
| parent | 94491a19ae999901b812fdf878c798cba11fc590 (diff) | |
| download | external_python_setuptools-35d5f720f06b5c94b26ad572faf48cfe820338d2.tar.gz external_python_setuptools-35d5f720f06b5c94b26ad572faf48cfe820338d2.tar.bz2 external_python_setuptools-35d5f720f06b5c94b26ad572faf48cfe820338d2.zip | |
Merge pull request #2200 from slwatkins/docs/fix_typo_in_developer-guide
Fix typo in path to vendored.txt
| -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 4a78e22e..e84cd640 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -145,5 +145,5 @@ setuptools from source. Eventually, this limitation may be lifted as PEP 517/518 reach ubiquitous adoption, but for now, Setuptools cannot declare dependencies other than through ``setuptools/_vendor/vendored.txt`` and -``pkg_reosurces/_vendor/vendored.txt`` and refreshed by way of +``pkg_resources/_vendor/vendored.txt`` and refreshed by way of ``paver update_vendored`` (pavement.py). |
