mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.11] Docs: fix broken links (GH-116651) (#116701)
(cherry picked from commit 3f1b6efee9
)
This commit is contained in:
parent
21a259eba5
commit
0ebc7925e5
3 changed files with 3 additions and 3 deletions
|
@ -578,7 +578,7 @@ Special functions
|
|||
|
||||
The :func:`erf` function can be used to compute traditional statistical
|
||||
functions such as the `cumulative standard normal distribution
|
||||
<https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_functions>`_::
|
||||
<https://en.wikipedia.org/wiki/Cumulative_distribution_function>`_::
|
||||
|
||||
def phi(x):
|
||||
'Cumulative distribution function for the standard normal distribution'
|
||||
|
|
|
@ -54,7 +54,7 @@ See :pep:`405` for more background on Python virtual environments.
|
|||
.. seealso::
|
||||
|
||||
`Python Packaging User Guide: Creating and using virtual environments
|
||||
<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__
|
||||
<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments>`__
|
||||
|
||||
.. include:: ../includes/wasm-notavail.rst
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue