Skip to content

Commit

Permalink
Tweak doc/help strings for sample tools [(#1160)](GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
…/python-docs-samples#1160)

* Corrected copy-paste on doc string

* Updated doc/help string to be more specific to labels tool

* Made shotchange doc/help string more specific

* Tweaked doc/help string to indicate no arg expected

* Adjusted import order to satisfy flake8

* Wrapped doc string to 79 chars to flake8 correctly

* Adjusted import order to pass flake8 test
  • Loading branch information
pstoll authored and Jon Wayne Parrott committed Oct 12, 2017
1 parent 6b0c420 commit aef3308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/shotchange/shotchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""This application demonstrates how to perform basic operations with the
Google Cloud Video Intelligence API.
"""This application demonstrates how to identify all different shots
in a video using the Google Cloud Video Intelligence API.
For more information, check out the documentation at
https://cloud.google.com/videointelligence/docs.
Expand Down

0 comments on commit aef3308

Please sign in to comment.