Skip to content

Commit e8a62a3

Browse files
authored
Fix minor typo
1 parent 1aabd75 commit e8a62a3

File tree

1 file changed

+1
-1
lines changed
  • tensorflow/docs_src/programmers_guide

1 file changed

+1
-1
lines changed

tensorflow/docs_src/programmers_guide/graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ to all API functions in the same context. For example:
8989
* Executing `v = tf.Variable(0)` adds to the graph a @{tf.Operation} that will
9090
store a writeable tensor value that persists between @{tf.Session.run} calls.
9191
The @{tf.Variable} object wraps this operation, and can be used [like a
92-
tensor](#tensor-like-objects), which will read the current value of the
92+
tensor](#tensor-like_objects), which will read the current value of the
9393
stored value. The @{tf.Variable} object also has methods such as
9494
@{tf.Variable.assign$`assign`} and @{tf.Variable.assign_add$`assign_add`} that
9595
create @{tf.Operation} objects that, when executed, update the stored value.

0 commit comments

Comments
 (0)