Skip to content

Commit 60375a3

Browse files
gh-115114: Add missing slash to file URI prefix file:/ (#115115)
Add missing slash to file URI prefix `file:/`
1 parent 3f71c41 commit 60375a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ pathlib
391391
(Contributed by Barney Gale in :gh:`89812`.)
392392

393393
* Add :meth:`pathlib.Path.from_uri`, a new constructor to create a :class:`pathlib.Path`
394-
object from a 'file' URI (``file:/``).
394+
object from a 'file' URI (``file://``).
395395
(Contributed by Barney Gale in :gh:`107465`.)
396396

397397
* Add :meth:`pathlib.PurePath.full_match` for matching paths with

0 commit comments

Comments
 (0)