Fix outdated example
This commit is contained in:
parent
c7f8d92125
commit
cb4b918b94
|
@ -211,7 +211,7 @@ Some examples::
|
||||||
>>> p = Path('/home/antoine/pathlib/setup.py')
|
>>> p = Path('/home/antoine/pathlib/setup.py')
|
||||||
>>> p.name
|
>>> p.name
|
||||||
'setup.py'
|
'setup.py'
|
||||||
>>> p.ext
|
>>> p.suffix
|
||||||
'.py'
|
'.py'
|
||||||
>>> p.root
|
>>> p.root
|
||||||
'/'
|
'/'
|
||||||
|
|
Loading…
Reference in New Issue