diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-02-19 00:17:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 00:17:35 (GMT) |
commit | d4d48743ac20854de104e08dd66972471684f676 (patch) | |
tree | a8332e4a31a2072def117d9d5982ef561a5b03bf /Doc/library/os.rst | |
parent | 52a7e92e3d38d3d003552db6795deeeee75db2e4 (diff) | |
download | cpython-d4d48743ac20854de104e08dd66972471684f676.zip cpython-d4d48743ac20854de104e08dd66972471684f676.tar.gz cpython-d4d48743ac20854de104e08dd66972471684f676.tar.bz2 |
Tweak PEP 519 documentation in stdlib (#163)
* Drop duplicate work 'object' in lzma docs
* Fix typo in os docs: fpr -> for
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 37fa2a2..974ab2d 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2859,7 +2859,7 @@ These functions are all available on Linux only. :ref:`not following symlinks <follow_symlinks>`. .. versionchanged:: 3.6 - Accepts a :term:`path-like object` fpr *path* and *attribute*. + Accepts a :term:`path-like object` for *path* and *attribute*. .. function:: listxattr(path=None, *, follow_symlinks=True) |