Skip to content

Commit e4445ee

Browse files
Merge pull request #2154 from MattiaSarti:fix/docs-typo
PiperOrigin-RevId: 491662913
2 parents 6e39538 + aed9295 commit e4445ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/en/tutorials/load_data/tfrecord.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
"id": "gWETjUqhEQZf"
725725
},
726726
"source": [
727-
"Alternatively, use `tf.parse example` to parse the whole batch at once. Apply this function to each item in the dataset using the `tf.data.Dataset.map` method:"
727+
"Alternatively, use `tf.parse_example` to parse the whole batch at once. Apply this function to each item in the dataset using the `tf.data.Dataset.map` method:"
728728
]
729729
},
730730
{
@@ -1149,7 +1149,6 @@
11491149
"pL--_KGdYoBz"
11501150
],
11511151
"name": "tfrecord.ipynb",
1152-
"provenance": [],
11531152
"toc_visible": true
11541153
},
11551154
"kernelspec": {

0 commit comments

Comments
 (0)