File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Reading and writing compressed files
39
39
object `.
40
40
41
41
The *filename * argument can be either an actual file name (given as a
42
- :class: `str `, :class: `bytes ` or :term: `path-like object ` object), in
42
+ :class: `str `, :class: `bytes ` or :term: `path-like <path-like object> ` object), in
43
43
which case the named file is opened, or it can be an existing file object
44
44
to read from or write to.
45
45
@@ -76,7 +76,7 @@ Reading and writing compressed files
76
76
An :class: `LZMAFile ` can wrap an already-open :term: `file object `, or operate
77
77
directly on a named file. The *filename * argument specifies either the file
78
78
object to wrap, or the name of the file to open (as a :class: `str `,
79
- :class: `bytes ` or :term: `path-like object ` object). When wrapping an
79
+ :class: `bytes ` or :term: `path-like <path-like object> ` object). When wrapping an
80
80
existing file object, the wrapped file will not be closed when the
81
81
:class: `LZMAFile ` is closed.
82
82
Original file line number Diff line number Diff line change @@ -2859,7 +2859,7 @@ These functions are all available on Linux only.
2859
2859
:ref: `not following symlinks <follow_symlinks >`.
2860
2860
2861
2861
.. versionchanged :: 3.6
2862
- Accepts a :term: `path-like object ` fpr *path * and *attribute *.
2862
+ Accepts a :term: `path-like object ` for *path * and *attribute *.
2863
2863
2864
2864
2865
2865
.. function :: listxattr(path=None, *, follow_symlinks=True)
You can’t perform that action at this time.
0 commit comments