There was an error while loading. Please reload this page.
1 parent 2678a5e commit 72c11a8Copy full SHA for 72c11a8
1 file changed
importlib_metadata/_meta.py
@@ -38,7 +38,7 @@ class SimplePath(Protocol):
38
def joinpath(self) -> 'SimplePath':
39
... # pragma: no cover
40
41
- def __div__(self) -> 'SimplePath':
+ def __truediv__(self) -> 'SimplePath':
42
43
44
def parent(self) -> 'SimplePath':
0 commit comments