Skip to content

Commit c084130

Browse files
authored
Apply suggestions from code review
1 parent ad94a0e commit c084130

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
@@ -189,7 +189,7 @@ existing attributes:
189189
It is possible to use toolchains defined in `MODULE.bazel` in `WORKSPACE`. For example
190190
the following `MODULE.bazel` and `WORKSPACE` provides a working {bzl:obj}`pip_parse` setup:
191191
```starlark
192-
# WORKSPACE contents
192+
# File: WORKSPACE
193193
load("@rules_python//python:repositories.bzl", "py_repositories")
194194

195195
py_repositories()
@@ -206,7 +206,7 @@ load("@third_party//:requirements.bzl", "install_deps")
206206

207207
install_deps()
208208

209-
# MODULE.bazel contents
209+
# File: MODULE.bazel
210210
bazel_dep(name = "rules_python", version = "0.40.0")
211211

212212
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

0 commit comments

Comments
 (0)