docs: fix incorrect name (PYBIND11_NEWPYTHON) (#5570)

This commit is contained in:
Henry Schreiner 2025-03-19 12:45:26 -04:00 committed by GitHub
parent 9f08625d60
commit 655c60d84c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ default is ``MODULE``. There are several options:
Use thin LTO instead of regular if there's a choice (pybind11's selection
is disabled if ``CMAKE_INTERPROCEDURAL_OPTIMIZATIONS`` is set).
``WITHOUT_SOABI``
Disable the SOABI component (``PYBIND11_NEWPYTHON`` mode only).
Disable the SOABI component (``PYBIND11_FINDPYTHON`` mode only).
``NO_EXTRAS``
Disable all extras, exit immediately after making the module.