aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/string_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/string_ops.py')
-rw-r--r--tensorflow/python/ops/string_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/ops/string_ops.py b/tensorflow/python/ops/string_ops.py
index c46c24af9a..0adc8dfc39 100644
--- a/tensorflow/python/ops/string_ops.py
+++ b/tensorflow/python/ops/string_ops.py
@@ -85,8 +85,8 @@ def string_split(source, delimiter=" "): # pylint: disable=invalid-name
st.values = ['hello', 'world', 'a', 'b', 'c']
Args:
- source: `1-D` string `Tensor`, the strings to split.
- delimiter: `0-D` string `Tensor`, the delimiter character, the string should
+ source: `1-D` string `Output`, the strings to split.
+ delimiter: `0-D` string `Output`, the delimiter character, the string should
be length 0 or 1.
Returns: