a :ref:`concrete path <concrete-paths>` for the current platform.
.. note::
- This module module has been included in the standard library on a
+ This module has been included in the standard library on a
:term:`provisional basis <provisional package>`. Backwards incompatible
changes (up to and including removal of the package) may occur if deemed
necessary by the core developers.
Methods and properties
^^^^^^^^^^^^^^^^^^^^^^
-Pure paths provide the following methods an properties:
+Pure paths provide the following methods and properties:
.. data:: PurePath.drive
.. method:: PurePath.joinpath(*other)
- Calling this method is equivalent to indexing the path with each of
+ Calling this method is equivalent to combining the path with each of
the *other* arguments in turn::
>>> PurePosixPath('/etc').joinpath('passwd')
Remove this file or symbolic link. If the path points to a directory,
use :func:`Path.rmdir` instead.
-