Skip to content

Commit 3d2fee9

Browse files
committed
Fix-up docstrings after Connection() signature change.
1 parent acb48db commit 3d2fee9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/google-cloud-speech/google/cloud/speech/connection.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818

1919

2020
class Connection(_http.JSONConnection):
21-
"""A connection to Google Cloud Speech JSON REST API."""
21+
"""A connection to Google Cloud Speech JSON REST API.
22+
23+
:type client: :class:`~google.cloud.speech.client.Client`
24+
:param client: The client that owns the current connection.
25+
"""
2226

2327
API_BASE_URL = 'https://speech.googleapis.com'
2428
"""The base of the API call URL."""

0 commit comments

Comments
 (0)