aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-06 06:31:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-06 06:40:16 -0700
commit973780717983b2ee1f4f52b5ab1f8595e6ba4a05 (patch)
treed05160c6e072aec5b9c86be3b5f2f9ff5f79e1c3 /tensorflow/core/api_def
parentf936cfa5498dc386242935a71b154b3c2f78579d (diff)
Documentation fix for tf.regex_full_match
RELNOTES: n/a PiperOrigin-RevId: 211798892
Diffstat (limited to 'tensorflow/core/api_def')
-rw-r--r--tensorflow/core/api_def/base_api/api_def_RegexFullMatch.pbtxt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/api_def/base_api/api_def_RegexFullMatch.pbtxt b/tensorflow/core/api_def/base_api/api_def_RegexFullMatch.pbtxt
index 8cef243aee..30fd97a0d7 100644
--- a/tensorflow/core/api_def/base_api/api_def_RegexFullMatch.pbtxt
+++ b/tensorflow/core/api_def/base_api/api_def_RegexFullMatch.pbtxt
@@ -9,7 +9,7 @@ END
in_arg {
name: "pattern"
description: <<END
-A 1-D string tensor of the regular expression to match the input.
+A scalar string tensor containing the regular expression to match the input.
END
}
out_arg {