https://github.com/python/cpython/commit/a87f3e02828cb4404053384dba18924dcace6596
commit: a87f3e02828cb4404053384dba18924dcace6596
branch: main
author: sedram <[email protected]>
committer: hugovk <[email protected]>
date: 2025-06-30T17:43:39+03:00
summary:

gh-136122: Fix video link for math.tau documentation (#136129)

files:
M Doc/library/math.rst

diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 03da0e4713c42d..bf7a00549fc6e6 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -804,7 +804,7 @@ Constants
    The mathematical constant *τ* = 6.283185..., to available precision.
    Tau is a circle constant equal to 2\ *π*, the ratio of a circle's 
circumference to
    its radius. To learn more about Tau, check out Vi Hart's video `Pi is 
(still)
-   Wrong <https://www.youtube.com/watch?v=jG7vhMMXagQ>`_, and start celebrating
+   Wrong <https://vimeo.com/147792667>`_, and start celebrating
    `Tau day <https://tauday.com/>`_ by eating twice as much pie!
 
    .. versionadded:: 3.6

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to