Skip to content

Commit a2e8ba4

Browse files
committed
fix(pathlib): use => since it's a procedure
1 parent 1f5e9cb commit a2e8ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/erg_compiler/lib/pystd/pathlib.d.er

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
chmod!: (self: .Path, mode: Nat) => NoneType
4646
exists!: (self: .Path) => Bool
4747
expanduser!: (self: .Path) => .Path
48-
glob!: (self: .Path, pattern: Str) -> Generator .Path
48+
glob!: (self: .Path, pattern: Str) => Generator .Path
4949
home!: () => .Path
5050
iterdir!: (self: .Path) => Generator .Path
5151
joinpath: (self: .Path, *other: PathLike) -> .Path

0 commit comments

Comments
 (0)