Fix small typo

This commit is contained in:
Karl Lessard 2017-09-01 13:53:22 -04:00 committed by Martin Wicke
parent 21082bd7e3
commit 2aa55cf96e

View File

@ -44,7 +44,7 @@ const char kUsageHeader[] =
"'org.tensorflow.op.mylib' package and add them to the 'myLib()' operator\n" "'org.tensorflow.op.mylib' package and add them to the 'myLib()' operator\n"
"group.\n\n" "group.\n\n"
"Note that the operator group assigned to the generated wrappers is just " "Note that the operator group assigned to the generated wrappers is just "
"a annotation tag at this stage. Operations will not be available through\n" "an annotation tag at this stage. Operations will not be available through\n"
"the 'org.tensorflow.op.Ops' API as a group until the generated classes " "the 'org.tensorflow.op.Ops' API as a group until the generated classes "
"are compiled using an appropriate annotation processor.\n\n" "are compiled using an appropriate annotation processor.\n\n"
"Finally, the '--base_package' overrides the default parent package " "Finally, the '--base_package' overrides the default parent package "