aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/gcs_test/python/gcs_smoke.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/gcs_test/python/gcs_smoke.py')
-rw-r--r--tensorflow/tools/gcs_test/python/gcs_smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/gcs_test/python/gcs_smoke.py b/tensorflow/tools/gcs_test/python/gcs_smoke.py
index 615e142c47..51933a52a6 100644
--- a/tensorflow/tools/gcs_test/python/gcs_smoke.py
+++ b/tensorflow/tools/gcs_test/python/gcs_smoke.py
@@ -36,7 +36,7 @@ flags.DEFINE_integer("num_examples", 10, "Number of examples to generate")
FLAGS = flags.FLAGS
def create_examples(num_examples, input_mean):
- """Create ExampleProto's containg data."""
+ """Create ExampleProto's containing data."""
ids = np.arange(num_examples).reshape([num_examples, 1])
inputs = np.random.randn(num_examples, 1) + input_mean
target = inputs - input_mean