Skip to content

Commit

Permalink
Update Builder docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Jul 24, 2021
1 parent 8435991 commit ae01cae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions piwheels/slave/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,13 @@ class Builder(Thread):
The number of seconds to wait for ``pip`` to finish before raising
:exc:`subprocess.TimeoutExpired`.
:param str pypi_index:
:param str index_url:
The URL of the :pep:`503` compliant repository from which to fetch
packages for building.
:param str extra_index:
The URL of another :pep:`503` compliant repository from which to fetch
packages. This is intended to make binary packages available when
installing build dependencies.
:param set extra_index_urls:
The URLs of any additional :pep:`503` compliant repositories from which
to fetch packages.
:param str dir:
The directory in which to store wheel and log output.
Expand Down Expand Up @@ -362,8 +361,8 @@ def index_url(self):
@property
def extra_index_urls(self):
"""
The URL of any additional indexes from which the builder will also check
when retrieving packages. This is intended to be used for fetching
The URLs of any additional indexes from which the builder will also
check when retrieving packages. This is intended to be used for fetching
compiled platform wheels for specified *build dependencies*.
"""
return self._extra_index_urls
Expand Down

0 comments on commit ae01cae

Please sign in to comment.