We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e09cf commit 38aadceCopy full SHA for 38aadce
fsspec/implementations/github.py
@@ -255,7 +255,7 @@ def _open(
255
# in this case, we get let the HTTPFileSystem handle the download
256
if self.http_fs is None:
257
raise ImportError(
258
- "Please install fsspec[http] to acccess github files >1 MB "
+ "Please install fsspec[http] to access github files >1 MB "
259
"or git-lfs tracked files."
260
)
261
return self.http_fs.open(
0 commit comments