summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-05-04 09:25:09 (GMT)
committerGitHub <noreply@github.com>2017-05-04 09:25:09 (GMT)
commitdbaf746b6de0ee431c809d3175ab40ccc18898a8 (patch)
treea7a07d3e2bde0a326e2c5fba7c2fce4396bdb1cd /Doc/whatsnew/3.6.rst
parent7e4db2f253c555568d56177c2fd083bcf8f88d34 (diff)
downloadcpython-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.rst4
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.)