Skip to content

Commit

Permalink
fix(pathlib): use => since it's a procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
GreasySlug committed Sep 22, 2024
1 parent 1f5e9cb commit a2e8ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erg_compiler/lib/pystd/pathlib.d.er
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2e8ba4

Please sign in to comment.