Skip to content

Commit 66dc8c6

Browse files
committed
fix doc failure
1 parent 4011210 commit 66dc8c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python/py_binary.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ def py_binary(**attrs):
2828
* `srcs_version`: cannot be `PY2` or `PY2ONLY`
2929
* `tags`: May have special marker values added, if not already present.
3030
31-
Args:
32-
**attrs: Rule attributes forwarded onto the underlying {rule}`py_binary`.
33-
3431
:::{versionchanged} VERSION_NEXT_FEATURE
3532
The `PYTHONBREAKPOINT` environment variable is inherited. Use in combination
3633
with {obj}`--debugger` to customize the debugger available and used.
3734
:::
35+
36+
Args:
37+
**attrs: Rule attributes forwarded onto the underlying {rule}`py_binary`.
3838
"""
3939
if attrs.get("python_version") == "PY2":
4040
fail("Python 2 is no longer supported: https://github.com/bazel-contrib/rules_python/issues/886")

0 commit comments

Comments
 (0)