Fix markup in pathlib.rst
This commit is contained in:
parent
06a8ac0f26
commit
5e3677d7af
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue