Fix docstring.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 5 Apr 2018 15:47:27 +0000 (08:47 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 5 Apr 2018 15:50:17 +0000 (08:50 -0700)
PiperOrigin-RevId: 191747417

tensorflow/contrib/autograph/pyct/ast_util.py

index 4f76a69..4a70bab 100644 (file)
@@ -28,7 +28,7 @@ from tensorflow.contrib.autograph.pyct import anno
 class CleanCopier(gast.NodeVisitor):
   """Copy AST nodes.
 
-  The copied nodes will ignore almost all fields that prefixed by '__'.
+  The copied nodes will ignore almost all fields that are prefixed by '__'.
   Exceptions make some annotations.
   """