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.name
|
||||
'setup.py'
|
||||
>>> p.ext
|
||||
>>> p.suffix
|
||||
'.py'
|
||||
>>> p.root
|
||||
'/'
|
||||
|
|
Loading…
Reference in New Issue