Merge pull request #5298 from Haroenv/patch-1

[example] fix typo
This commit is contained in:
Shanqing Cai 2016-10-31 09:41:20 -04:00 committed by GitHub
commit 396513e0a0

View File

@ -51,7 +51,7 @@ CONTINUOUS_COLUMNS = ["age", "education_num", "capital_gain", "capital_loss",
def maybe_download():
"""May be downloads training data and returns train and test file names."""
"""Maybe downloads training data and returns train and test file names."""
if FLAGS.train_data:
train_file_name = FLAGS.train_data
else: