Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 danoscarmike committed Nov 16, 2020
1 parent 98ff26e commit e3291c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/quickstart/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""This application demonstrates label detection using the Google Cloud API.
"""This application demonstrates label detection on a demo video using
the Google Cloud API.
Usage:
python quickstart.py
"""


Expand Down

0 comments on commit e3291c7

Please sign in to comment.