From 8dec37d9c46d3f37255e0104077bb01aaace42f3 Mon Sep 17 00:00:00 2001 From: Jacob Hayes Date: Mon, 14 Mar 2022 09:00:54 -0400 Subject: [PATCH] Fix endpoint_url docstring typo (#451) --- gcsfs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcsfs/core.py b/gcsfs/core.py index 1ade32ab..573a79b5 100644 --- a/gcsfs/core.py +++ b/gcsfs/core.py @@ -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