Skip to content

Commit 819d461

Browse files
pablogsalvstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <[email protected]>
1 parent 2f61043 commit 819d461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/using/configure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ Compiler flags
13981398

13991399
.. envvar:: PY_EXTRA_STDMODULE_CFLAGS
14001400

1401-
Equivalent flag to :envvar:`CFLAGS_NODIST` but it only applies to **all** builtin extension
1401+
Equivalent flag to :envvar:`CFLAGS_NODIST` but it only applies to **all** built-in extension
14021402
modules built as part of the standard library.
14031403

14041404
Default: (empty).
@@ -1506,7 +1506,7 @@ Linker flags
15061506

15071507
.. envvar:: PY_EXTRA_STDMODULE_LDFLAGS
15081508

1509-
Equivalent flag to :envvar:`LDLAGS_NODIST` but it only applies to **all** builtin extension
1509+
Equivalent flag to :envvar:`LDFLAGS_NODIST` but it only applies to **all** built-in extension
15101510
modules built as part of the standard library.
15111511

15121512
Default: (empty).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Allow to pass custom ``CFLAGS`` and ``LDFLAGS`` to the compilation of
2-
builtin extension modules. Patch by Pablo Galindo
2+
built-in extension modules. Patch by Pablo Galindo.

0 commit comments

Comments
 (0)