Skip to content

Commit

Permalink
Fix typo in usage comment
Browse files Browse the repository at this point in the history
Fixes #8096.

RELNOTES: None
PiperOrigin-RevId: 244364621
  • Loading branch information
brandjon authored and copybara-github committed Apr 19, 2019
1 parent 6ca4021 commit 331c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Example usage:
```python
# In your BUILD file...
load("@bazel_tools//tools/python/toolchain.bzl", "py_runtime_pair")
load("@bazel_tools//tools/python:toolchain.bzl", "py_runtime_pair")
py_runtime(
name = "my_py2_runtime",
Expand Down

0 comments on commit 331c84b

Please sign in to comment.