Skip to content

Commit 4df2f87

Browse files
committed
resolving comments
1 parent be281fa commit 4df2f87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

google/cloud/storage/blob.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ def _do_download(
10531053
:param single_shot_download:
10541054
(Optional) If true, download the object in a single request.
10551055
Caution: Enabling this will increase the memory overload for your application.
1056-
Please enable this as per your user use case.
1056+
Please enable this as per your use case.
10571057
"""
10581058

10591059
extra_attributes = {
@@ -1236,7 +1236,7 @@ def download_to_file(
12361236
:param single_shot_download:
12371237
(Optional) If true, download the object in a single request.
12381238
Caution: Enabling this will increase the memory overload for your application.
1239-
Please enable this as per your user use case.
1239+
Please enable this as per your use case.
12401240
12411241
:raises: :class:`google.cloud.exceptions.NotFound`
12421242
"""
@@ -1392,7 +1392,7 @@ def download_to_filename(
13921392
:param single_shot_download:
13931393
(Optional) If true, download the object in a single request.
13941394
Caution: Enabling this will increase the memory overload for your application.
1395-
Please enable this as per your user use case.
1395+
Please enable this as per your use case.
13961396
13971397
:raises: :class:`google.cloud.exceptions.NotFound`
13981398
"""
@@ -1514,7 +1514,7 @@ def download_as_bytes(
15141514
:param single_shot_download:
15151515
(Optional) If true, download the object in a single request.
15161516
Caution: Enabling this will increase the memory overload for your application.
1517-
Please enable this as per your user use case.
1517+
Please enable this as per your use case.
15181518
15191519
:rtype: bytes
15201520
:returns: The data stored in this blob.
@@ -1632,7 +1632,7 @@ def download_as_string(
16321632
:param single_shot_download:
16331633
(Optional) If true, download the object in a single request.
16341634
Caution: Enabling this will increase the memory overload for your application.
1635-
Please enable this as per your user use case.
1635+
Please enable this as per your use case.
16361636
16371637
:rtype: bytes
16381638
:returns: The data stored in this blob.
@@ -1751,7 +1751,7 @@ def download_as_text(
17511751
:param single_shot_download:
17521752
(Optional) If true, download the object in a single request.
17531753
Caution: Enabling this will increase the memory overload for your application.
1754-
Please enable this as per your user use case.
1754+
Please enable this as per your use case.
17551755
17561756
:rtype: text
17571757
:returns: The data stored in this blob, decoded to text.
@@ -4349,7 +4349,7 @@ def _prep_and_do_download(
43494349
:param single_shot_download:
43504350
(Optional) If true, download the object in a single request.
43514351
Caution: Enabling this will increase the memory overload for your application.
4352-
Please enable this as per your user use case.
4352+
Please enable this as per your use case.
43534353
43544354
:type command: str
43554355
:param command:

0 commit comments

Comments
 (0)