Skip to content

Commit

Permalink
Fix typo in iris_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BMDan committed May 5, 2018
1 parent 827d250 commit 80eb727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/core/get_started/iris_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def eval_input_fn(features, labels, batch_size):


# The remainder of this file contains a simple example of a csv parser,
# implemented using a the `Dataset` class.
# implemented using the `Dataset` class.

# `tf.parse_csv` sets the types of the outputs to match the examples given in
# the `record_defaults` argument.
Expand Down

0 comments on commit 80eb727

Please sign in to comment.