From 082ede6cec7787dc5e9422a37afdf9ad5d88c5e2 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 11 Jul 2017 10:13:43 -0700 Subject: Changed title (first-level header). PiperOrigin-RevId: 161544671 --- tensorflow/docs_src/programmers_guide/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3