Skip to content

Commit ef3a670

Browse files
max-muotodonbarbos
andauthored
Update stdlib/pathlib/__init__.pyi
Co-authored-by: Semyon Moroz <[email protected]>
1 parent 07febeb commit ef3a670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/pathlib/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class PurePath(PathLike[str]):
9090
def __rtruediv__(self, key: StrPath) -> Self: ...
9191
def __bytes__(self) -> bytes: ...
9292
def as_posix(self) -> str: ...
93-
@deprecated("PurePath.as_uri() is deprecated. Use Path.as_uri() instead.")
93+
@deprecated("Deprecated since Python 3.14; will be removed in Python 3.19. Use `Path.as_uri()` instead.")
9494
def as_uri(self) -> str: ...
9595
def is_absolute(self) -> bool: ...
9696
if sys.version_info >= (3, 13):

0 commit comments

Comments
 (0)