Skip to content

Commit c73dc0c

Browse files
authored
chore: fix syntax that stardoc misunderstands as HTML (#1110)
Update requirements.bzl
1 parent de8f428 commit c73dc0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/pip.md

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/pip_install/requirements.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def compile_pip_requirements(
3939
4040
It also generates two targets for running pip-compile:
4141
42-
- validate with `bazel test <name>_test`
43-
- update with `bazel run <name>.update`
42+
- validate with `bazel test [name]_test`
43+
- update with `bazel run [name].update`
4444
4545
Args:
4646
name: base name for generated targets, typically "requirements".

0 commit comments

Comments
 (0)