diff --git a/crates/erg_compiler/lib/pystd/pathlib.d.er b/crates/erg_compiler/lib/pystd/pathlib.d.er index 6d232c1a0..dc808a191 100644 --- a/crates/erg_compiler/lib/pystd/pathlib.d.er +++ b/crates/erg_compiler/lib/pystd/pathlib.d.er @@ -45,7 +45,7 @@ chmod!: (self: .Path, mode: Nat) => NoneType exists!: (self: .Path) => Bool expanduser!: (self: .Path) => .Path - glob!: (self: .Path, pattern: Str) -> Generator .Path + glob!: (self: .Path, pattern: Str) => Generator .Path home!: () => .Path iterdir!: (self: .Path) => Generator .Path joinpath: (self: .Path, *other: PathLike) -> .Path