Fix minor typos for programer guide documents (#17486)
authorImSheridan <xiaoyudong0512@gmail.com>
Thu, 5 Apr 2018 23:54:33 +0000 (07:54 +0800)
committerAndrew Harp <andrewharp@users.noreply.github.com>
Thu, 5 Apr 2018 23:54:33 +0000 (19:54 -0400)
* Fix minor typo fix for proggramer guide doccuments

* revert typo in dataset.md

* revert wrong typo fix

* revert wrong typo fix

tensorflow/docs_src/get_started/custom_estimators.md

index 941c3e1..275cda1 100644 (file)
@@ -546,7 +546,7 @@ In brief, here's what the three graphs tell you:
 
 * accuracy: The accuracy is recorded by the following two lines:
 
-    * `eval_metric_ops={'my_accuracy': accuracy})`, during evaluation.
+    * `eval_metric_ops={'my_accuracy': accuracy}`, during evaluation.
     * `tf.summary.scalar('accuracy', accuracy[1])`, during training.
 
 These tensorboard graphs are one of the main reasons it's important to pass a