Fix markup in pathlib.rst

This commit is contained in:
Berker Peksag 2016-10-01 01:06:52 +03:00
parent 06a8ac0f26
commit 5e3677d7af
1 changed files with 1 additions and 1 deletions

View File

@ -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()