Skip to content

Commit 47b55a0

Browse files
authored
Make return type first part of returns doc
1 parent 31967c5 commit 47b55a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/python_tag.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def python_tag(implementation_name, python_version = ""):
2323
parser.
2424
2525
Returns:
26-
A {type}`str` that represents the python_tag with a version if the
26+
{type}`str` that represents the python_tag with a version if the
2727
python_version is given.
2828
"""
2929
if python_version:

0 commit comments

Comments
 (0)