Skip to content

Commit dc8d305

Browse files
Merge pull request #2005 from sushreebarsa:patch-5
PiperOrigin-RevId: 426077209
2 parents cbaa962 + 646765a commit dc8d305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
"id": "wxy9hDMTq1zD"
545545
},
546546
"source": [
547-
"The `output_shapes` argument is not *required* but is highly recomended as many tensorflow operations do not support tensors with unknown rank. If the length of a particular axis is unknown or variable, set it as `None` in the `output_shapes`.\n",
547+
"The `output_shapes` argument is not *required* but is highly recommended as many TensorFlow operations do not support tensors with an unknown rank. If the length of a particular axis is unknown or variable, set it as `None` in the `output_shapes`.\n",
548548
"\n",
549549
"It's also important to note that the `output_shapes` and `output_types` follow the same nesting rules as other dataset methods.\n",
550550
"\n",

0 commit comments

Comments
 (0)