Skip to content

Commit 289c670

Browse files
committed
Break long line.
1 parent ffcf3e9 commit 289c670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/speech-usage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Great Britain.
8989
>>> sample = client.sample(source_uri='gs://my-bucket/recording.flac',
9090
... encoding=speech.Encoding.FLAC,
9191
... sample_rate=44100)
92-
>>> results = sample.sync_recognize(language_code='en-GB', max_alternatives=2)
92+
>>> results = sample.sync_recognize(language_code='en-GB',
93+
... max_alternatives=2)
9394
>>> for result in results:
9495
... for alternative in result.alternatives:
9596
... print('=' * 20)

0 commit comments

Comments
 (0)