aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/string_ops.py
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-02-27 12:11:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-27 13:03:10 -0800
commitf8838fabb0a18ea8ad852718e3c1ded4dcc5917d (patch)
treea26b00cef8a990ace96de48064f265ce7968dd8a /tensorflow/python/ops/string_ops.py
parent79098e13efe58ef3e56025c93761f4d7bb02dfbe (diff)
Fix spelling errors.
Change: 148678164
Diffstat (limited to 'tensorflow/python/ops/string_ops.py')
-rw-r--r--tensorflow/python/ops/string_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/string_ops.py b/tensorflow/python/ops/string_ops.py
index 12293f03ad..97f2f761a6 100644
--- a/tensorflow/python/ops/string_ops.py
+++ b/tensorflow/python/ops/string_ops.py
@@ -55,7 +55,7 @@ def string_split(source, delimiter=" "): # pylint: disable=invalid-name
Let N be the size of source (typically N will be the batch size). Split each
element of `source` based on `delimiter` and return a `SparseTensor`
- containing the splitted tokens. Empty tokens are ignored.
+ containing the split tokens. Empty tokens are ignored.
If `delimiter` is an empty string, each element of the `source` is split
into individual strings, each containing one byte. (This includes splitting