Skip to content

Commit 58b1e76

Browse files
author
Bill Prin
committed
typos
1 parent fa382b3 commit 58b1e76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • error_reporting/google/cloud/error_reporting

error_reporting/google/cloud/error_reporting/_gax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ def make_report_error_api(client):
2828
"""Create an instance of the GAX Logging API.
2929
3030
:type client::class:`google.cloud.error_reporting.Client`
31-
:param client: Error Reporting client
31+
:param client: Error Reporting client.
3232
3333
:rtype: :class:_ErrorReportingGaxApi
34-
:returns: An Error Reporting API instane
34+
:returns: An Error Reporting API instance.
3535
"""
3636
channel = make_secure_channel(
3737
client._connection.credentials,

0 commit comments

Comments
 (0)