Skip to content

Commit

Permalink
Fix news blurb lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Sep 3, 2024
1 parent 0cee0c4 commit b1cea29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix issue where :meth:`pathlib.Path.from_uri` accepted URIs with non-local
authorities on POSIX. This method now raises `ValueError` when given a URI
like ``file://server/share`` on a non-Windows system.
authorities on POSIX. This method now raises :exc:`ValueError` when given
a URI like ``file://server/share`` on a non-Windows system.

0 comments on commit b1cea29

Please sign in to comment.