diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-04 09:25:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 09:25:09 (GMT) |
commit | dbaf746b6de0ee431c809d3175ab40ccc18898a8 (patch) | |
tree | a7a07d3e2bde0a326e2c5fba7c2fce4396bdb1cd /Doc/whatsnew/3.6.rst | |
parent | 7e4db2f253c555568d56177c2fd083bcf8f88d34 (diff) | |
download | cpython-dbaf746b6de0ee431c809d3175ab40ccc18898a8.zip cpython-dbaf746b6de0ee431c809d3175ab40ccc18898a8.tar.gz cpython-dbaf746b6de0ee431c809d3175ab40ccc18898a8.tar.bz2 |
bpo-29956: Improve the math.exp() related documentation. (#1073)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index a696af4..163794d 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -908,7 +908,7 @@ return value. cmath ----- -The new :const:`cmath.tau` (τ) constant has been added. +The new :const:`cmath.tau` (*τ*) constant has been added. (Contributed by Lisa Roach in :issue:`12345`, see :pep:`628` for details.) New constants: :const:`cmath.inf` and :const:`cmath.nan` to @@ -1199,7 +1199,7 @@ be reopened. math ---- -The tau (τ) constant has been added to the :mod:`math` and :mod:`cmath` +The tau (*τ*) constant has been added to the :mod:`math` and :mod:`cmath` modules. (Contributed by Lisa Roach in :issue:`12345`, see :pep:`628` for details.) |