Fix outdated example

This commit is contained in:
Antoine Pitrou 2013-11-19 23:04:11 +01:00
parent c7f8d92125
commit cb4b918b94
1 changed files with 1 additions and 1 deletions

View File

@ -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
'/' '/'