Skip to content

Commit

Permalink
docs: fix typos in pip_repository docs (bazelbuild#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 authored and ianpegg-bc committed May 12, 2023
1 parent 9d79c82 commit e503c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pip_repository.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pip_install/pip_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ can be passed.
"isolated": attr.bool(
doc = """\
Whether or not to pass the [--isolated](https://pip.pypa.io/en/stable/cli/pip/#cmdoption-isolated) flag to
the underlying pip command. Alternatively, the `RULES_PYTHON_PIP_ISOLATED` enviornment varaible can be used
the underlying pip command. Alternatively, the `RULES_PYTHON_PIP_ISOLATED` environment variable can be used
to control this flag.
""",
default = True,
Expand Down

0 comments on commit e503c04

Please sign in to comment.