Skip to content

Commit ee981b4

Browse files
committed
clarify the doc
1 parent 1c55975 commit ee981b4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

examples/bzlmod/MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/private/pypi/patch_whl.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ def patched_whl_name(original_whl_name):
4545
version = parsed_whl.version
4646
suffix = "patched"
4747
if "+" in version:
48-
# We comply with the spec and mark the file as patched by adding a
49-
# local version identifier at the end.
48+
# This already has some local version, so we just append one more
49+
# identifier here. We comply with the spec and mark the file as patched
50+
# by adding a local version identifier at the end.
5051
#
5152
# By doing this we can still install the package using most of the package
5253
# managers

0 commit comments

Comments
 (0)