1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Revert "Update method description to match expected behaviour."

This reverts commit 6a483a3778.
This commit is contained in:
Jannis Leidel 2013-03-08 00:09:05 +01:00
parent 824a64cfab
commit 06e65d826a

View file

@ -231,7 +231,7 @@ class PackageFinder(object):
def _get_pages(self, locations, req):
"""Yields (page, page_url) from the given locations, skipping
locations that have errors, and adding homepage links"""
locations that have errors, and adding download/homepage links"""
pending_queue = Queue()
for location in locations:
pending_queue.put(location)