aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-11 10:13:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-11 10:22:43 -0700
commit082ede6cec7787dc5e9422a37afdf9ad5d88c5e2 (patch)
tree46d79615b69467a7d90c19012bb1510f50a9e28a
parente6df395c2f20282ce915ad6fe6fab38ef102961b (diff)
Changed title (first-level header).
PiperOrigin-RevId: 161544671
-rw-r--r--tensorflow/docs_src/programmers_guide/variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/programmers_guide/variables.md b/tensorflow/docs_src/programmers_guide/variables.md
index 0ccd2c4899..2f8e7eef5e 100644
--- a/tensorflow/docs_src/programmers_guide/variables.md
+++ b/tensorflow/docs_src/programmers_guide/variables.md
@@ -1,4 +1,4 @@
-# Variables: persistent state in TensorFlow
+# Variables
A TensorFlow **variable** is the best way to represent shared, persistent state
manipulated by your program.