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 /docs/setuptools.txt | |
| parent | 7f2f3ad3ef977afd8973abd180390692e23c2e10 (diff) | |
| download | python-setuptools-git-b0126d08b69e1eb9e238db49767e2120f6079a12.tar.gz | |
Fix typo
Diffstat (limited to 'docs/setuptools.txt')
| -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 |
