]> granicus.if.org Git - python/commitdiff
Tweak PEP 519 documentation in stdlib (#163)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 19 Feb 2017 00:17:35 +0000 (03:17 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Feb 2017 00:17:35 +0000 (03:17 +0300)
* Drop duplicate work 'object' in lzma docs
* Fix typo in os docs: fpr -> for

Doc/library/lzma.rst
Doc/library/os.rst

index 5edb23de83bcff1ca11faae1878703cae0fb647e..cce6c23e611e31d9aaa03736fb338711e6f9c4cb 100644 (file)
@@ -39,7 +39,7 @@ Reading and writing compressed files
    object`.
 
    The *filename* argument can be either an actual file name (given as a
-   :class:`str`, :class:`bytes` or :term:`path-like object` object), in
+   :class:`str`, :class:`bytes` or :term:`path-like <path-like object>` object), in
    which case the named file is opened, or it can be an existing file object
    to read from or write to.
 
@@ -76,7 +76,7 @@ Reading and writing compressed files
    An :class:`LZMAFile` can wrap an already-open :term:`file object`, or operate
    directly on a named file. The *filename* argument specifies either the file
    object to wrap, or the name of the file to open (as a :class:`str`,
-   :class:`bytes` or :term:`path-like object` object). When wrapping an
+   :class:`bytes` or :term:`path-like <path-like object>` object). When wrapping an
    existing file object, the wrapped file will not be closed when the
    :class:`LZMAFile` is closed.
 
index 37fa2a2868dac9d7f090dd8e6f3271bf4bd13665..974ab2d481e21070c4c6b5f36fca398e7a1e42ef 100644 (file)
@@ -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)