Commit 5e3677d7 authored by Berker Peksag's avatar Berker Peksag

Fix markup in pathlib.rst

parent 06a8ac0f
......@@ -921,7 +921,7 @@ call fails (for example because the path doesn't exist):
>>> p.resolve()
PosixPath('/home/antoine/pathlib')
`".."` components are also eliminated (this is the only method to do so)::
"``..``" components are also eliminated (this is the only method to do so)::
>>> p = Path('docs/../setup.py')
>>> p.resolve()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment