Skip to content

Commit f8a7e10

Browse files
committed
Merge pull request tensorflow#1788 from izeye/polish-20160406
Add missing parenthesis in description
2 parents 4e47f82 + 1033d31 commit f8a7e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/models/embedding/word2vec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"interactive", False,
8383
"If true, enters an IPython interactive session to play with the trained "
8484
"model. E.g., try model.analogy('france', 'paris', 'russia') and "
85-
"model.nearby(['proton', 'elephant', 'maxwell']")
85+
"model.nearby(['proton', 'elephant', 'maxwell'])")
8686
flags.DEFINE_integer("statistics_interval", 5,
8787
"Print statistics every n seconds.")
8888
flags.DEFINE_integer("summary_interval", 5,

tensorflow/models/embedding/word2vec_optimized.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"interactive", False,
8080
"If true, enters an IPython interactive session to play with the trained "
8181
"model. E.g., try model.analogy('france', 'paris', 'russia') and "
82-
"model.nearby(['proton', 'elephant', 'maxwell']")
82+
"model.nearby(['proton', 'elephant', 'maxwell'])")
8383

8484
FLAGS = flags.FLAGS
8585

0 commit comments

Comments
 (0)