Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/c-api/complex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ rather than dereferencing them through pointers.

Please note, that these functions are :term:`soft deprecated` since Python
3.15. Avoid using this API in a new code to do complex arithmetic: either use
the `Number Protocol <number>`_ API or use native complex types, like
the :ref:`Number Protocol <number>` API or use native complex types, like
:c:expr:`double complex`.


Expand Down
2 changes: 1 addition & 1 deletion Doc/extending/first-extension-module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Then, create ``meson.build`` containing the following:
.. note::

See `meson-python documentation <meson-python>`_ for details on
See the `meson-python documentation <meson-python_>`_ for details on
configuration.

Now, build install the *project in the current directory* (``.``) via ``pip``:
Expand Down
Loading