8000 fix: grammar in an error message (#2971) · dougthor42/rules_python@fb2298a · GitHub
[go: up one dir, main page]

Skip to content

Commit fb2298a

Browse files
authored
fix: grammar in an error message (bazel-contrib#2971)
1 parent 95fb54a commit fb2298a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _create_whl_repos(
263263

264264
repo_name = "{}_{}".format(pip_name, repo.repo_name)
265265
if repo_name in whl_libraries:
266-
fail("Attempting to creating a duplicate library {} for {}".format(
266+
fail("attempting to create a duplicate library {} for {}".format(
267267
repo_name,
268268
whl.name,
269269
))

0 commit comments

Comments
 (0)
0