aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan
diff options
context:
space:
mode:
authorGravatar Nicholas Nadeau, P.Eng., AVS <nnadeau@users.noreply.github.com>2018-05-03 13:47:06 -0400
committerGravatar Shanqing Cai <cais@google.com>2018-05-03 13:47:06 -0400
commit487fa7b1a48c151362ab1b16cdda6bbc78f5d6dc (patch)
tree938a76a47b46d102f4833677db475aaa99e936d1 /tensorflow/contrib/gan
parent4984a60e7147edef532ca1b15050471e81e45841 (diff)
Fixed Typos (#18806)
* fixed typos
Diffstat (limited to 'tensorflow/contrib/gan')
-rw-r--r--tensorflow/contrib/gan/python/features/python/conditioning_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/gan/python/features/python/conditioning_utils.py b/tensorflow/contrib/gan/python/features/python/conditioning_utils.py
index df71187fbd..a9b8faa712 100644
--- a/tensorflow/contrib/gan/python/features/python/conditioning_utils.py
+++ b/tensorflow/contrib/gan/python/features/python/conditioning_utils.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
-"""Miscellanous utilities for TFGAN code and examples."""
+"""Miscellaneous utilities for TFGAN code and examples."""
from __future__ import absolute_import
from __future__ import division