Fix incorrect annotation tag in tf.Variable

In tf.Variable the annotation tag of `@compatiblity` should be `@compatibility`
This commit is contained in:
Yong Tang 2017-10-27 14:17:32 +00:00
parent bb08368092
commit 96dc501cd9

View File

@ -119,7 +119,7 @@ class Variable(object):
various `Optimizer` classes use this collection as the default list of
variables to optimize.
@compatiblity(eager)
@compatibility(eager)
`tf.Variable` is not compatible with eager execution. Use
`tfe.Variable` instead which is compatable with both eager execution
and graph construction. See [the TensorFlow Eager Execution