[3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)

(cherry picked from commit 67152d0ed6)


Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>

Automerge-Triggered-By: @brettcannon
This commit is contained in:
Miss Islington (bot) 2020-03-04 15:17:39 -08:00 committed by GitHub
parent a39353efc1
commit 6bb67452d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ call fails (for example because the path doesn't exist):
.. method:: Path.stat() .. method:: Path.stat()
Return information about this path (similarly to :func:`os.stat`). Return a :class:`os.stat_result` object containing information about this path, like :func:`os.stat`.
The result is looked up at each call to this method. The result is looked up at each call to this method.
:: ::