aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib/core/strings.i
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/lib/core/strings.i')
-rw-r--r--tensorflow/python/lib/core/strings.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/lib/core/strings.i b/tensorflow/python/lib/core/strings.i
index b74eb91cd5..938c13e30e 100644
--- a/tensorflow/python/lib/core/strings.i
+++ b/tensorflow/python/lib/core/strings.i
@@ -80,7 +80,7 @@ bool _BytesToStringPiece(PyObject* obj, tensorflow::StringPiece* result) {
}
}
-// Converts a C++ string vector to a a list of Python bytes objects.
+// Converts a C++ string vector to a list of Python bytes objects.
%typemap(out) std::vector<string> {
const int size = $1.size();
auto temp_string_list = tensorflow::make_safe(PyList_New(size));