https://github.com/python/cpython/commit/38c7b0efb882b9e210b3cce41cfa51075abc7754 commit: 38c7b0efb882b9e210b3cce41cfa51075abc7754 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-30T14:49:35Z summary:
[3.13] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136132) Co-authored-by: sedram <[email protected]> files: M Doc/library/math.rst diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 230e34768bfc05..46d61388f79482 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -774,7 +774,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]
