Skip to content

Commit 42dfeec

Browse files
committed
Merged revisions 79871 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79871 | mark.dickinson | 2010-04-06 23:10:55 +0100 (Tue, 06 Apr 2010) | 2 lines Use consistent spelling for nans (thanks Georg for noticing). ........
1 parent d856ab6 commit 42dfeec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/math.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ Constants
351351
are some exceptions to this rule, for example ``pow(float('nan'), 0.0)`` or
352352
``hypot(float('nan'), float('inf'))``.
353353

354-
Note that Python makes no effort to distinguish signaling nans from
355-
quiet nans, and behavior for signaling nans remains unspecified.
356-
Typical behavior is to treat all nans as though they were quiet.
354+
Note that Python makes no effort to distinguish signaling NaNs from
355+
quiet NaNs, and behavior for signaling NaNs remains unspecified.
356+
Typical behavior is to treat all NaNs as though they were quiet.
357357

358358

359359
.. seealso::

0 commit comments

Comments
 (0)