From 32ab30cb0a6bc86a6423c9078cfdddac79d79451 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 30 Oct 2017 07:02:33 -0700 Subject: [PATCH] Fixes typo in compatibility. PiperOrigin-RevId: 173887031 --- tensorflow/python/ops/variables.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/python/ops/variables.py b/tensorflow/python/ops/variables.py index 187aa5d8e04..fdd06664033 100644 --- a/tensorflow/python/ops/variables.py +++ b/tensorflow/python/ops/variables.py @@ -119,13 +119,13 @@ 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 + `tfe.Variable` instead which is compatible with both eager execution and graph construction. See [the TensorFlow Eager Execution guide](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/eager/python/g3doc/guide.md#variables-and-optimizers) for details on how variables work in eager execution. - @end_compatiblity + @end_compatibility """ def __init__(self,