https://github.com/python/cpython/commit/71bd3d0647175490ebccfe353ab086b2aa1ef119 commit: 71bd3d0647175490ebccfe353ab086b2aa1ef119 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-30T14:49:09Z summary:
[3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136131) 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 11d3b756e21322..8dad20bc83bcf3 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]
