Skip to content
Prev Previous commit
Next Next commit
Do not use spaces inside links
  • Loading branch information
arhadthedev committed Jun 8, 2022
commit 207b2d6bf98ff55a14350ac2796e89d3469905b2
4 changes: 2 additions & 2 deletions Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ we also call *flavours*:
.. class:: PureWindowsPath(*pathsegments)

A subclass of :class:`PurePath`, this path flavour represents Windows
filesystem paths, including `UNC paths`_::
filesystem paths, including `UNC`_ paths::

>>> PureWindowsPath('c:/Program Files/')
PureWindowsPath('c:/Program Files')
Expand All @@ -177,7 +177,7 @@ we also call *flavours*:

*pathsegments* is specified similarly to :class:`PurePath`.

.. UNC paths: https://en.wikipedia.org/wiki/Path_(computing)#UNC
.. UNC: https://en.wikipedia.org/wiki/Path_(computing)#UNC

Regardless of the system you're running on, you can instantiate all of
these classes, since they don't provide any operation that does system calls.
Expand Down