From 5253f6bbfcafc573c384067bf3524bab26cf4917 Mon Sep 17 00:00:00 2001 From: JiajieZhuo Date: Sat, 16 Feb 2019 16:31:28 +0800 Subject: [PATCH] Fix bug: Correct the slip of writing. --- tfrecords_guide.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",