Skip to content

Commit 30de5e7

Browse files
authored
gh-133503 Do not reference s too much in p
1 parent 5e7aad9 commit 30de5e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/compileall.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,15 @@ compile Python sources.
5757

5858
.. option:: -s strip_prefix
5959

60-
.. warning::
6160
Removing the prefix makes paths relative to it.
61+
Can be used with ``p``
6262

6363
.. option:: -p prepend_prefix
6464

6565
Remove (``-s``) or append (``-p``) the given prefix of paths
6666
recorded in the ``.pyc`` files.
6767
Cannot be combined with ``-d``.
68-
69-
``-s`` and ``-p`` can be used simultaneously.
68+
Can be used with ``s``
7069
``-p /`` can be used to make the path absolute.
7170

7271
.. option:: -x regex

0 commit comments

Comments
 (0)