Skip to content

Commit a4011ae

Browse files
committed
fix linting
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 8faa7eb commit a4011ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pep-9999.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ PEP: 9999
22
Title: Cross-compiling Python packages
33
Author: Filipe Laíns <[email protected]>
44
PEP-Delegate:
5-
Discussions-To: [URL]
65
Status: Draft
76
Type: Informational
87
Content-Type: text/x-rst
9-
Created: 01-07-2023
8+
Created: 01-Jul-2023
109
Python-Version: 3.12
11-
Post-History: [`DD-MMM-YYYY <URL>`__]
1210
Resolution:
1311

1412

@@ -132,7 +130,7 @@ Faking the target environment
132130
Aiming to drop the requirement for user input, a popular approach is trying to
133131
fake the target environment. It generally consists of monkeypatching the Python
134132
interpreter to get it to mimick the interpreter on the target system, which
135-
constitutes of changing many of the `sys` module attributes, the `sysconfig`
133+
constitutes of changing many of the ``sys`` module attributes, the ``sysconfig``
136134
data, etc. Using this strategy, build-backends do not need to have any
137135
cross-build support, and should just work without any code changes.
138136

0 commit comments

Comments
 (0)