Skip to content

Commit eac84ff

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 7878c08 commit eac84ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/cmath.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ the function is then applied to the result of the conversion.
5757
:func:`acos(z) <acos>` Return the arc cosine of *z*
5858
:func:`asin(z) <asin>` Return the arc sine of *z*
5959
:func:`atan(z) <atan>` Return the arc tangent of *z*
60-
:func:`cos(z) <cos>` Return the cosine of *z*.
61-
:func:`sin(z) <sin>` Return the sine of *z*.
62-
:func:`tan(z) <tan>` Return the tangent of *z*.
60+
:func:`cos(z) <cos>` Return the cosine of *z*
61+
:func:`sin(z) <sin>` Return the sine of *z*
62+
:func:`tan(z) <tan>` Return the tangent of *z*
6363

6464
**Hyperbolic functions**
6565
--------------------------------------------------------------------------------------------------
6666
:func:`acosh(z) <acosh>` Return the inverse hyperbolic cosine of *z*
6767
:func:`asinh(z) <asinh>` Return the inverse hyperbolic sine of *z*
6868
:func:`atanh(z) <atanh>` Return the inverse hyperbolic tangent of *z*
6969
:func:`cosh(z) <cosh>` Return the hyperbolic cosine of *z*
70-
:func:`sinh(z) <sinh>` Return the hyperbolic sine of *z*.
71-
:func:`tanh(z) <tanh>` Return the hyperbolic tangent of *z*.
70+
:func:`sinh(z) <sinh>` Return the hyperbolic sine of *z*
71+
:func:`tanh(z) <tanh>` Return the hyperbolic tangent of *z*
7272

7373
**Classification functions**
7474
--------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)