Skip to content

Commit

Permalink
Merge pull request #3 from zhangxiangnick/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the tutorial.
  • Loading branch information
si-you authored Oct 14, 2017
2 parents bba81e9 + 38c26af commit e6ff9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3doc/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Our `input_fn` functions look like the following:
```python
import pandas as pd
import tensorflow as tf
import tenosrflow_lattice as tfl
import tensorflow_lattice as tfl

flags = tf.flags
FLAGS = flags.FLAGS
Expand Down

0 comments on commit e6ff9a2

Please sign in to comment.