Skip to content

Commit 2661ebb

Browse files
Minor docstring formatting fix.
PiperOrigin-RevId: 156552579
1 parent 40f739d commit 2661ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow/python/util/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def as_text(bytes_or_text, encoding='utf-8'):
6969
"""Returns the given argument as a unicode string.
7070
7171
Args:
72-
bytes_or_text: A `bytes`, `str, or `unicode` object.
72+
bytes_or_text: A `bytes`, `str`, or `unicode` object.
7373
encoding: A string indicating the charset for decoding unicode.
7474
7575
Returns:

0 commit comments

Comments
 (0)