Skip to content

Commit d0b956e

Browse files
committed
[Doc]: Make nan description more compact.
Signed-off-by: AzizCode92 <[email protected]>
1 parent 5452a2e commit d0b956e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/cmath.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,7 @@ Constants
338338
.. data:: nan
339339

340340
A floating-point "not a number" (NaN) value. Equivalent to
341-
``float('nan')``.
342-
343-
See also :data:`math.nan`.
341+
``float('nan')``. See also :data:`math.nan`.
344342

345343
.. versionadded:: 3.6
346344

0 commit comments

Comments
 (0)