Fix comment for storage scheme gs:// (#1018)

Co-authored-by: Phill Zarfos <pzarfos@thepennyhoarder.com>
This commit is contained in:
Phill Zarfos 2023-05-22 04:14:57 -04:00 committed by GitHub
parent 7c09251686
commit f99a5d03f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1067,7 +1067,7 @@ class Logger(object):
:param str uri: example: 's3://bucket/directory/' or 'file:///tmp/debug/' :param str uri: example: 's3://bucket/directory/' or 'file:///tmp/debug/'
:return: True, if the destination scheme is supported (for example, ``s3://``, ``file://``, or ``gc://``). :return: True, if the destination scheme is supported (for example, ``s3://``, ``file://``, or ``gs://``).
False, if not supported. False, if not supported.
""" """