We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fdd0e commit b061747Copy full SHA for b061747
Doc/library/pathlib.rst
@@ -543,7 +543,7 @@ Pure paths provide the following methods and properties:
543
544
Create a new path object of the same type by combining the *other*
545
arguments. This method is called whenever a derivative path is created,
546
- such as from :data:`parent` and :method:`relative_to`. Subclasses may
+ such as from :data:`parent` and :meth:`relative_to`. Subclasses may
547
override this method to pass information to derivative paths, for example::
548
549
from pathlib import PurePosixPath
0 commit comments