Skip to content

Commit 3877f29

Browse files
hugovkskirpichev
andauthored
Remove backslash
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 2660f9d commit 3877f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/cmath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the function is then applied to the result of the conversion.
8181
--------------------------------------------------------------------------------------------------
8282
:data:`pi` *π* = 3.141592...
8383
:data:`e` *e* = 2.718281...
84-
:data:`tau` *τ* = 2\ *π* = 6.283185...
84+
:data:`tau` *τ* = 2 *π* = 6.283185...
8585
:data:`inf` Positive infinity
8686
:data:`infj` Pure imaginary infinity
8787
:data:`nan` "Not a number" (NaN)

0 commit comments

Comments
 (0)