Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35527af

Browse files
committed
Fix Sphinx reference
1 parent d7672e5 commit 35527af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ Build Changes
18191819
* ``PYTHON_FOR_REGEN`` now require Python 3.10 or newer.
18201820

18211821
* Autoconf 2.71 and aclocal 1.16.4 is now required to regenerate
1822-
:file:`!configure`.
1822+
:file:`configure`.
18231823
(Contributed by Christian Heimes in :gh:`89886`.)
18241824

18251825
* Windows builds and macOS installers from python.org now use OpenSSL 3.0.

Misc/NEWS.d/3.13.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5716,7 +5716,7 @@ Tools/wasm/build_wasi.sh as a reference implementation of the docs.
57165716
.. section: Build
57175717
57185718
Autoconf 2.71 and aclocal 1.16.4 is now required to regenerate
5719-
:file:`!configure`.
5719+
:file:`configure`.
57205720

57215721
..
57225722

Misc/NEWS.d/3.14.0a4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ build with LLVM 19.
765765
.. nonce: jko7Fg
766766
.. section: Build
767767
768-
GNU Autoconf 2.72 is now required to generate :file:`!configure`. Patch by
768+
GNU Autoconf 2.72 is now required to generate :file:`configure`. Patch by
769769
Erlend Aasland.
770770

771771
..

0 commit comments

Comments
 (0)