Skip to content

Commit ec3754e

Browse files
skirpichevpicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 57cc455 commit ec3754e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/cmath.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ rectangular coordinates to polar coordinates and back.
7979
.. function:: polar(z)
8080

8181
Return the representation of *z* in polar coordinates. Returns a
82-
pair ``(r, phi)`` where *r* is the modulus of *z* and phi is the
82+
pair ``(r, phi)`` where *r* is the modulus of *z* and *phi* is the
8383
phase of *z*. ``polar(z)`` is equivalent to ``(abs(z),
8484
phase(z))``.
8585

@@ -101,7 +101,7 @@ Power and logarithmic functions
101101

102102
.. function:: log(z[, base])
103103

104-
Returns the logarithm of *z* to the given *base*. If the *base* is not
104+
Return the logarithm of *z* to the given *base*. If the *base* is not
105105
specified, returns the natural logarithm of *z*. There is one branch cut,
106106
from 0 along the negative real axis to -∞.
107107

0 commit comments

Comments
 (0)