mirror of
https://github.com/python/cpython.git
synced 2026-06-04 16:50:51 +00:00
Fix 2 broken links in documentation (#150892)
Co-authored-by: Stan Ulbrych <stan@python.org>
This commit is contained in:
parent
ae507e3b14
commit
cb064e746d
2 changed files with 2 additions and 2 deletions
|
|
@ -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`.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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``:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue