Skip to content

Commit 29e3a83

Browse files
author
Jonathon Belotti
committed
update function comment
1 parent 8b82ebe commit 29e3a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extract_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _setup_namespace_pkg_compatibility(extracted_whl_directory):
6969

7070
def extract_wheel(whl, directory, extras):
7171
"""
72-
Unzips a wheel into the Bazel repository and creates the BUILD file
72+
Unzips a wheel into the Bazel repository and prepares it for use by Python rules.
7373
7474
:param whl: the Wheel object we are unpacking
7575
:param directory: the subdirectory of the external repo to unzip to

0 commit comments

Comments
 (0)