]> granicus.if.org Git - python/commit
Wording changes to pathlib docs.
authorAndrew Kuchling <amk@amk.ca>
Fri, 22 Nov 2013 20:45:02 +0000 (15:45 -0500)
committerAndrew Kuchling <amk@amk.ca>
Fri, 22 Nov 2013 20:45:02 +0000 (15:45 -0500)
commit7a4e2d1751e7b261cd13685d488504e6d5a7ebee
treec454f9689cc1f3050110e97e75f4f0ffc995a7a8
parente0d641abf2784360facaebadd2418d1498c380f9
Wording changes to pathlib docs.

Only possibly-controversial change: joinpath() was described as:

  "Calling this method is equivalent to indexing the path with each of
  the *other* arguments in turn."

'Indexing' is an odd word to use, because you can't subscript Path or
PurePath objects, so I changed it to "combining".
Doc/library/pathlib.rst