From b47c45971b4bfb5ebd191f19f1898261f27a3b5e Mon Sep 17 00:00:00 2001
From: danaharon <daharon@google.com>
Date: Mon, 17 Apr 2017 14:06:48 -0700
Subject: [PATCH] Update transcribe_async.py to have long GCS flac example
 [(#904)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/904)

---
 google-cloud-speech/samples/snippets/transcribe_async.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/google-cloud-speech/samples/snippets/transcribe_async.py b/google-cloud-speech/samples/snippets/transcribe_async.py
index bbf67355308e..fd0a0340b1c4 100644
--- a/google-cloud-speech/samples/snippets/transcribe_async.py
+++ b/google-cloud-speech/samples/snippets/transcribe_async.py
@@ -19,7 +19,7 @@
 
 Example usage:
     python transcribe_async.py resources/audio.raw
-    python transcribe_async.py gs://cloud-samples-tests/speech/brooklyn.flac
+    python transcribe_async.py gs://cloud-samples-tests/speech/vr.flac
 """
 
 import argparse