Skip to content
Prev Previous commit
Next Next commit
Address "Unknown target name: unc"
  • Loading branch information
arhadthedev committed Jun 8, 2022
commit 519078a90118046956f4ae54a0c7908c7fafbc51
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: https://en.wikipedia.org/wiki/Path_(computing)#UNC
.. unc paths: 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