diff --git a/tfrecords_guide.ipynb b/tfrecords_guide.ipynb index 2bf59b5..fbf7da8 100644 --- a/tfrecords_guide.ipynb +++ b/tfrecords_guide.ipynb @@ -183,7 +183,7 @@ "# This was done on purpose to read indexed png files\n", "# in a special way -- only indexes and not map the indexes\n", "# to actual rgb values. This is specific to PASCAL VOC\n", - "# dataset data. If you don't want thit type of behaviour\n", + "# dataset data. If you don't want this type of behaviour\n", "# consider using skimage.io.imread()\n", "from PIL import Image\n", "import numpy as np\n",