File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Public functions
199
199
200
200
The *stripdir *, *prependdir * and *limit_sl_dest * arguments correspond to
201
201
the ``-s ``, ``-p `` and ``-e `` options described above.
202
- They may be specified as ``str ``, `` bytes `` or :py:class: `os.PathLike `.
202
+ They may be specified as ``str `` or :py:class: `os.PathLike `.
203
203
204
204
If *hardlink_dupes * is true and two ``.pyc `` files with different optimization
205
205
level have the same content, use hard links to consolidate duplicate files.
@@ -269,7 +269,7 @@ Public functions
269
269
270
270
The *stripdir *, *prependdir * and *limit_sl_dest * arguments correspond to
271
271
the ``-s ``, ``-p `` and ``-e `` options described above.
272
- They may be specified as ``str ``, `` bytes `` or :py:class: `os.PathLike `.
272
+ They may be specified as ``str `` or :py:class: `os.PathLike `.
273
273
274
274
If *hardlink_dupes * is true and two ``.pyc `` files with different optimization
275
275
level have the same content, use hard links to consolidate duplicate files.
You can’t perform that action at this time.
0 commit comments