Skip to content

Commit a7df9a1

Browse files
committed
typo
1 parent 619e278 commit a7df9a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/storage/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def generate_signed_url(
549549
:param bucket_bound_hostname:
550550
(Optional) If passed, then construct the URL relative to the bucket-bound hostname.
551551
Value can be a bare or with scheme, e.g., 'example.com' or 'http://example.com'.
552-
Incompatble with api_access_endpoint and virtual_hosted_style.
552+
Incompatible with api_access_endpoint and virtual_hosted_style.
553553
See: https://cloud.google.com/storage/docs/request-endpoints#cname
554554
555555
:type scheme: str

google/cloud/storage/bucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ def generate_signed_url(
33453345
:param bucket_bound_hostname:
33463346
(Optional) If passed, then construct the URL relative to the bucket-bound hostname.
33473347
Value can be a bare or with scheme, e.g., 'example.com' or 'http://example.com'.
3348-
Incompatble with api_access_endpoint and virtual_hosted_style.
3348+
Incompatible with api_access_endpoint and virtual_hosted_style.
33493349
See: https://cloud.google.com/storage/docs/request-endpoints#cname
33503350
33513351
:type scheme: str

0 commit comments

Comments
 (0)