Skip to content

Commit e4686f3

Browse files
edlopercopybara-github
authored andcommitted
Fix a typo in ExtensionTypes guide.
PiperOrigin-RevId: 404394145
1 parent d6e8dfe commit e4686f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/extension_type.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"* **while loops**: Extension types can be used as loop variables in `tf.while_loop`, and can be used as arguments and return values for the while-loop's body.\n",
156156
"* **conditionals**: Extension types can be conditionally selected using `tf.cond` and `tf.case`.\n",
157157
"* **py_function**: Extension types can be used as arguments and return values for the `func` argument to `tf.py_function`.\n",
158-
"* **Tensor ops**: Extension types can extended to support most TensorFlow ops that accept Tensor inputs (e.g., `tf.matmul`, `tf.gather`, and `tf.reduce_sum`). See the \"*Dispatch*\" section below for more information.\n",
158+
"* **Tensor ops**: Extension types can be extended to support most TensorFlow ops that accept Tensor inputs (e.g., `tf.matmul`, `tf.gather`, and `tf.reduce_sum`). See the \"*Dispatch*\" section below for more information.\n",
159159
"* **distribution strategy**: Extension types can be used as per-replica values.\n",
160160
"\n",
161161
"For more details, see the section on \"TensorFlow APIs that support ExtensionTypes\" below.\n"

0 commit comments

Comments
 (0)