Skip to content

Commit 3b07090

Browse files
taehoonleermlarsen
authored andcommitted
Increase docstring consistency (#11932)
* Increase docstring consistency * Update util.py * Update tensor_shape.py These comparison examples need parenthesis to work properly. * Update math_ops.py Set values to `start`, `limit`, and `delta`
1 parent 3a296b3 commit 3b07090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ def __str__(self):
14881488
def _get_defined_in(py_object, parser_config):
14891489
"""Returns a description of where the passed in python object was defined.
14901490
1491-
Arguments:
1491+
Args:
14921492
py_object: The Python object.
14931493
parser_config: A ParserConfig object.
14941494

0 commit comments

Comments
 (0)