Skip to content

Commit 984c434

Browse files
committed
Fix-up docstrings after Connection() signature change.
1 parent 2e85a01 commit 984c434

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/google-cloud-dns/google/cloud/dns/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 DNS via the JSON REST API."""
21+
"""A connection to Google Cloud DNS via the JSON REST API.
22+
23+
:type client: :class:`~google.cloud.dns.client.Client`
24+
:param client: The client that owns the current connection.
25+
"""
2226

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

0 commit comments

Comments
 (0)