Skip to content

Commit 5442260

Browse files
authored
gh-133503: Remove any and all references of s and p together
1 parent 30de5e7 commit 5442260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/compileall.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ compile Python sources.
5858
.. option:: -s strip_prefix
5959

6060
Removing the prefix makes paths relative to it.
61+
You can remove (``s``) the given prefix of paths recorded in the ``.pyc`` files.
6162
Can be used with ``p``
6263

6364
.. option:: -p prepend_prefix
6465

65-
Remove (``-s``) or append (``-p``) the given prefix of paths
66-
recorded in the ``.pyc`` files.
66+
You can append (``-p``) the given prefix of paths recorded in the ``.pyc`` files.
6767
Cannot be combined with ``-d``.
6868
Can be used with ``s``
6969
``-p /`` can be used to make the path absolute.

0 commit comments

Comments
 (0)