Skip to content

Commit 9d29df1

Browse files
skirpichevhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6cd1730 commit 9d29df1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Doc/using/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ Libraries options
853853

854854
.. option:: --with-libmpdec
855855

856-
Whether build the ``_decimal`` extension module.
856+
Whether to build the ``_decimal`` extension module.
857857

858858
.. versionadded:: next
859859

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ that may require changes to your code.
254254
Build changes
255255
=============
256256

257-
* Removed implicit fallback to the buildled copy of the ``libmpdec`` library.
257+
* Removed implicit fallback to the bundled copy of the ``libmpdec`` library.
258258
Now this should be explicitly enabled with :option:`--with-system-libmpdec`
259259
set to ``no`` or with :option:`!--without-system-libmpdec`.
260-
The :option:`!--without-libmpdec` should be used to permit building of
261-
the CPython without the ``_decimal`` module.
260+
The :option:`!--without-libmpdec` should be used to permit building
261+
CPython without the ``_decimal`` module.
262262
(Contributed by Sergey B Kirpichev in :gh:`115119`.)
263263

264264

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Removed implicit fallback to the buildled copy of the ``libmpdec`` library.
2-
Now this should be explicitly enabled with :option:`--with-system-libmpdec`
3-
set to ``no`` or with :option:`!--without-system-libmpdec`. Patch by Sergey
1+
Removed implicit fallback to the bundled copy of the ``libmpdec`` library.
2+
Now this should be explicitly enabled via :option:`--with-system-libmpdec`
3+
set to ``no`` or :option:`!--without-system-libmpdec`. Patch by Sergey
44
B Kirpichev.

0 commit comments

Comments
 (0)