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

Commit e3291c7

Browse files
pstolldanoscarmike
authored andcommitted
Tweak doc/help strings for sample tools [(#1160)](GoogleCloudPlatform/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
1 parent 98ff26e commit e3291c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/quickstart/quickstart.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
"""This application demonstrates label detection using the Google Cloud API.
17+
"""This application demonstrates label detection on a demo video using
18+
the Google Cloud API.
1819
1920
Usage:
2021
python quickstart.py
22+
2123
"""
2224

2325

0 commit comments

Comments
 (0)