@@ -149,7 +149,7 @@ Your ``pyproject.toml`` file will likely look something like this:
149
149
and ``pyproject.toml `` are not even contained in the wheel, so this high
150
150
Pip requirement is only for source builds, and will not affect users of
151
151
your binary wheels. If you are building SDists and wheels, then
152
- `pypa-build `_ is the recommended offical tool.
152
+ `pypa-build `_ is the recommended official tool.
153
153
154
154
.. _PEP 517 : https://www.python.org/dev/peps/pep-0517/
155
155
.. _cibuildwheel : https://cibuildwheel.readthedocs.io
@@ -411,7 +411,7 @@ existing targets instead:
411
411
412
412
.. code-block :: cmake
413
413
414
- cmake_minumum_required (VERSION 3.15...3.19)
414
+ cmake_minimum_required (VERSION 3.15...3.19)
415
415
project(example LANGUAGES CXX)
416
416
417
417
find_package(Python COMPONENTS Interpreter Development REQUIRED)
@@ -516,7 +516,7 @@ Instead of setting properties, you can set ``CMAKE_*`` variables to initialize t
516
516
compiler flags are provided to ensure high quality code generation. In
517
517
contrast to the ``pybind11_add_module() `` command, the CMake interface
518
518
provides a *composable * set of targets to ensure that you retain flexibility.
519
- It can be expecially important to provide or set these properties; the
519
+ It can be especially important to provide or set these properties; the
520
520
:ref: `FAQ <faq:symhidden >` contains an explanation on why these are needed.
521
521
522
522
.. versionadded :: 2.6
0 commit comments