We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2ded9 commit 6cade57Copy full SHA for 6cade57
fsspec/core.py
@@ -452,7 +452,7 @@ def open(
452
newline: bytes or None
453
Used for line terminator in text mode. If None, uses system default;
454
if blank, uses no translation.
455
- expand: bool or Nonw
+ expand: bool or None
456
Whether to regard file paths containing special glob characters as needing
457
expansion (finding the first match) or absolute. Setting False allows using
458
paths which do embed such characters. If None (default), this argument
0 commit comments