Fix typo in the docstring of `make_template`.
authorAkshay Agrawal <akshayka@google.com>
Fri, 5 Jan 2018 22:51:31 +0000 (14:51 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 5 Jan 2018 22:55:25 +0000 (14:55 -0800)
PiperOrigin-RevId: 180978665

tensorflow/python/ops/template.py

index 07796b28d9f6b85aa2d4ee8cbc47d10eef3894de..e0cf1bff4f5aec8f300744a21ae6645d2639cf78 100644 (file)
@@ -127,8 +127,8 @@ def make_template(name_, func_, create_scope_now_=False, unique_name_=None,
 
   Returns:
     A function to encapsulate a set of variables which should be created once
-    and reused. An enclosing scope will created, either where `make_template`
-    is called, or wherever the result is called, depending on the value of
+    and reused. An enclosing scope will be created either when `make_template`
+    is called or when the result is called, depending on the value of
     `create_scope_now_`. Regardless of the value, the first time the template
     is called it will enter the scope with no reuse, and call `func_` to create
     variables, which are guaranteed to be unique. All subsequent calls will