We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa382b3 commit 58b1e76Copy full SHA for 58b1e76
1 file changed
error_reporting/google/cloud/error_reporting/_gax.py
@@ -28,10 +28,10 @@ def make_report_error_api(client):
28
"""Create an instance of the GAX Logging API.
29
30
:type client::class:`google.cloud.error_reporting.Client`
31
- :param client: Error Reporting client
+ :param client: Error Reporting client.
32
33
:rtype: :class:_ErrorReportingGaxApi
34
- :returns: An Error Reporting API instane
+ :returns: An Error Reporting API instance.
35
"""
36
channel = make_secure_channel(
37
client._connection.credentials,
0 commit comments