aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2017-05-01 12:19:53 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-01 13:29:07 -0700
commit0388bb0e2d7c4ddeef7c51d1a1eafebfbd8f2ed4 (patch)
tree1c38b7a07bdcb2aac50d4c26cf8ff2ff2e86a103 /tensorflow
parentdbdc9fc2ed2e8f9b247c8b2980b0bcd079e39359 (diff)
removing lesser known latin abbreviation
Change: 154751087
Diffstat (limited to 'tensorflow')
-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 04bfca5f3b..e8d1e519f0 100644
--- a/tensorflow/docs_src/programmers_guide/variables.md
+++ b/tensorflow/docs_src/programmers_guide/variables.md
@@ -62,7 +62,7 @@ with tf.device("/job:ps/task:7"):
v = tf.Variable(...)
```
-**N.B.** Operations that mutate a variable, such as
+**NOTE** Operations that mutate a variable, such as
@{tf.Variable.assign} and the parameter
update operations in a
@{tf.train.Optimizer} *must* run on