Skip to content

Commit

Permalink
doc: update 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
lahosken authored and lahosken committed Jan 12, 2015
1 parent fa244e6 commit 2317659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/pants/backend/python/python_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def python_requirements(parse_context, requirements_relpath='requirements.txt'):
NB some requirements files can't be unambiguously translated; ie: multiple
find links. For these files a ValueError will be raised that points out the issue.
See the requirements file spec here: http://www.pip-installer.org/en/1.1/requirements.html
See the requirements file spec here:
https://pip.pypa.io/en/latest/reference/pip_install.html#requirements-file-format
:param parse_context: (Don't specify this in a BUILD file; it's set automatically)
:param string requirements_relpath: The relative path from the parent dir of the BUILD file using
Expand Down

0 comments on commit 2317659

Please sign in to comment.