From 2bd58f1191cc2e390e18331c2ff1247c0c5966cc Mon Sep 17 00:00:00 2001 From: Matt Kramer Date: Thu, 20 Feb 2025 13:31:24 -0600 Subject: [PATCH] fix: Small typo in docstring --- fsspec/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsspec/core.py b/fsspec/core.py index 1d3c04c6f..d8e75572b 100644 --- a/fsspec/core.py +++ b/fsspec/core.py @@ -452,7 +452,7 @@ def open( newline: bytes or None Used for line terminator in text mode. If None, uses system default; if blank, uses no translation. - expand: bool or Nonw + expand: bool or None Whether to regard file paths containing special glob characters as needing expansion (finding the first match) or absolute. Setting False allows using paths which do embed such characters. If None (default), this argument