aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/get_started/mnist/mechanics.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/get_started/mnist/mechanics.md')
-rw-r--r--tensorflow/docs_src/get_started/mnist/mechanics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/get_started/mnist/mechanics.md b/tensorflow/docs_src/get_started/mnist/mechanics.md
index 48d9a395f2..27fae45b5b 100644
--- a/tensorflow/docs_src/get_started/mnist/mechanics.md
+++ b/tensorflow/docs_src/get_started/mnist/mechanics.md
@@ -82,7 +82,7 @@ After creating placeholders for the data, the graph is built from the
`mnist.py` file according to a 3-stage pattern: `inference()`, `loss()`, and
`training()`.
-1. `inference()` - Builds the graph as far as is required for running
+1. `inference()` - Builds the graph as far as required for running
the network forward to make predictions.
1. `loss()` - Adds to the inference graph the ops required to generate
loss.