Skip to content

Commit

Permalink
[gcloud] fix typo in code comment (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloakamine committed Oct 15, 2023
1 parent 35aba3b commit a13b0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storages/backends/gcloud.py
Expand Up @@ -220,7 +220,7 @@ def _save(self, name, content):
def get_object_parameters(self, name):
"""Override this to return a dictionary of overwritable blob-property to value.
Returns GS_OBJECT_PARAMETRS by default. See the docs for all possible options.
Returns GS_OBJECT_PARAMETERS by default. See the docs for all possible options.
"""
object_parameters = self.object_parameters.copy()
return object_parameters
Expand Down

0 comments on commit a13b0ec

Please sign in to comment.