diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-26 11:49:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-26 11:49:59 (GMT) |
commit | 0264e46caa854803a5318d75ae7893e9174f3f70 (patch) | |
tree | d10de752a926c4d1ba8d8ff3e7fe7062854af202 /Doc/library/cmath.rst | |
parent | 861b6859418e2cf747475f83471075c18baf74bd (diff) | |
parent | c7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d (diff) | |
download | cpython-0264e46caa854803a5318d75ae7893e9174f3f70.zip cpython-0264e46caa854803a5318d75ae7893e9174f3f70.tar.gz cpython-0264e46caa854803a5318d75ae7893e9174f3f70.tar.bz2 |
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
Diffstat (limited to 'Doc/library/cmath.rst')
-rw-r--r-- | Doc/library/cmath.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst index d935c41..c819a66 100644 --- a/Doc/library/cmath.rst +++ b/Doc/library/cmath.rst @@ -309,4 +309,4 @@ cuts for numerical purposes, a good reference should be the following: Kahan, W: Branch cuts for complex elementary functions; or, Much ado about nothing's sign bit. In Iserles, A., and Powell, M. (eds.), The state of the art - in numerical analysis. Clarendon Press (1987) pp165-211. + in numerical analysis. Clarendon Press (1987) pp165--211. |