Skip to content

Commit 0e7d9ad

Browse files
committed
fixes docstring
1 parent ef11aeb commit 0e7d9ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-storage/google/cloud/storage/asyncio/async_grpc_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def delete_object(
208208
(Optional) The amount of time, in seconds, to wait for the request to
209209
complete.
210210
211-
:type retry: :class:`~google.api_core.retry_async.AsyncRetry` or :class:`~google.api_core.retry.Retry` or None
211+
:type retry: :class:`~google.api_core.retry_async.AsyncRetry` or None
212212
:param retry: (Optional) Designation of what errors, if any, should be retried.
213213
"""
214214
_validate_metadata(metadata)
@@ -285,7 +285,7 @@ async def get_object(
285285
(Optional) The amount of time, in seconds, to wait for the request to
286286
complete.
287287
288-
:type retry: :class:`~google.api_core.retry_async.AsyncRetry` or :class:`~google.api_core.retry.Retry` or None
288+
:type retry: :class:`~google.api_core.retry_async.AsyncRetry` or None
289289
:param retry: (Optional) Designation of what errors, if any, should be retried.
290290
291291
:rtype: :class:`google.cloud._storage_v2.types.Object`

0 commit comments

Comments
 (0)