diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-07 07:16:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-07 07:16:06 -0400 |
commit | b0126d08b69e1eb9e238db49767e2120f6079a12 (patch) | |
tree | ae0025a7967067f770777f9c3fac7ac6d8f38d78 | |
parent | 7f2f3ad3ef977afd8973abd180390692e23c2e10 (diff) | |
download | external_python_setuptools-b0126d08b69e1eb9e238db49767e2120f6079a12.tar.gz external_python_setuptools-b0126d08b69e1eb9e238db49767e2120f6079a12.tar.bz2 external_python_setuptools-b0126d08b69e1eb9e238db49767e2120f6079a12.zip |
Fix typo
-rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 9cda7195..bd80b960 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -652,7 +652,7 @@ A more complete example would be: ``vcs+proto://host/path@revision#egg=project-version`` Be careful with the version. It should match the one inside the project files. -If you want do disregard the version, you have to omit it both in the +If you want to disregard the version, you have to omit it both in the ``requires`` and in the URL's fragment. This will do a checkout (or a clone, in Git and Mercurial parlance) to a |