Skip to content

Commit d5e4c46

Browse files
Merge pull request googleapis#257 from j450h1/master
Correct help description for the project_id argument.
2 parents d976781 + 91673b2 commit d5e4c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/prediction/prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
argparser.add_argument('model_id',
6161
help='Model Id of your choosing to name trained model')
6262
argparser.add_argument('project_id',
63-
help='Model Id of your choosing to name trained model')
63+
help='Project Id of your Google Cloud Project')
6464

6565

6666
def print_header(line):

0 commit comments

Comments
 (0)