SIGN IN SIGN UP

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".
A
Andrew Kuchling committed
7a4e2d1751e7b261cd13685d488504e6d5a7ebee
Parent: e0d641a