Skip to content

Commit

Permalink
Fix endpoint_url docstring typo (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Mar 14, 2022
1 parent 4a373fa commit 8dec37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcsfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class GCSFileSystem(AsyncFileSystem):
session_kwargs: dict
passed on to aiohttp.ClientSession; can contain, for example,
proxy settings.
endpoin_url: str
endpoint_url: str
If given, use this URL (format protocol://host:port , *without* any
path part) for communication. If not given, defaults to the value
of environment variable "STORAGE_EMULATOR_HOST"; if that is not set
Expand Down

0 comments on commit 8dec37d

Please sign in to comment.