mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge from 3.5
This commit is contained in:
commit
009bc05fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,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…
Add table
Add a link
Reference in a new issue