Grammatical error fixed (#16746)
authorRohin Mohanadas <RohinMohanadas@users.noreply.github.com>
Sun, 4 Feb 2018 14:42:33 +0000 (15:42 +0100)
committerShanqing Cai <cais@google.com>
Sun, 4 Feb 2018 14:42:33 +0000 (09:42 -0500)
tensorflow/docs_src/programmers_guide/index.md

index d45e666..7a5e900 100644 (file)
@@ -13,7 +13,7 @@ works. The units are as follows:
 ## Low Level APIs
 
   * @{$programmers_guide/low_level_intro}, which introduces the
-    basics of how you can to use TensorFlow outside of the high Level APIs.
+    basics of how you can use TensorFlow outside of the high Level APIs.
   * @{$programmers_guide/tensors}, which explains how to create,
     manipulate, and access Tensors--the fundamental object in TensorFlow.
   * @{$programmers_guide/variables}, which details how