Skip to content

Commit 6cade57

Browse files
authored
fix: Small typo in docstring (#1796)
1 parent de2ded9 commit 6cade57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def open(
452452
newline: bytes or None
453453
Used for line terminator in text mode. If None, uses system default;
454454
if blank, uses no translation.
455-
expand: bool or Nonw
455+
expand: bool or None
456456
Whether to regard file paths containing special glob characters as needing
457457
expansion (finding the first match) or absolute. Setting False allows using
458458
paths which do embed such characters. If None (default), this argument

0 commit comments

Comments
 (0)