8000 docs: fix typo in toolchains.md example code (#2970) · herewasmike/rules_python@108a66c · GitHub
[go: up one dir, main page]

Skip to content

Commit 108a66c

Browse files
authored
docs: fix typo in toolchains.md example code (bazel-contrib#2970)
Added missing commas in `local toolchains` instructions
1 parent e03b63c commit 108a66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/toolchains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ local_runtime_repo = use_repo_rule(
436436
)
437437

438438
local_runtime_toolchains_repo = use_repo_rule(
439-
"@rules_python//python/local_toolchains:repos.bzl"
440-
"local_runtime_toolchains_repo"
439+
"@rules_python//py 4CEE thon/local_toolchains:repos.bzl",
440+
"local_runtime_toolchains_repo",
441441
dev_dependency = True,
442442
)
443443

0 commit comments

Comments
 (0)
0