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.
2 parents 50bb940 + 5e3677d commit 009bc05Copy full SHA for 009bc05
1 file changed
Doc/library/pathlib.rst
@@ -930,7 +930,7 @@ call fails (for example because the path doesn't exist):
930
>>> p.resolve()
931
PosixPath('/home/antoine/pathlib')
932
933
- `".."` components are also eliminated (this is the only method to do so)::
+ "``..``" components are also eliminated (this is the only method to do so)::
934
935
>>> p = Path('docs/../setup.py')
936
0 commit comments