]> granicus.if.org Git - python/commitdiff
Merged revisions 79871 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Tue, 6 Apr 2010 22:13:37 +0000 (22:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 6 Apr 2010 22:13:37 +0000 (22:13 +0000)
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).
........

Doc/library/math.rst

index e645c52ddc1788359f4f31f86771758d7532287c..09bccbc3a0223a07c7c573a0b03000856f7eee43 100644 (file)
@@ -351,9 +351,9 @@ Constants
    are some exceptions to this rule, for example ``pow(float('nan'), 0.0)`` or
    ``hypot(float('nan'), float('inf'))``.
 
-   Note that Python makes no effort to distinguish signaling nans from
-   quiet nans, and behavior for signaling nans remains unspecified.
-   Typical behavior is to treat all nans as though they were quiet.
+   Note that Python makes no effort to distinguish signaling NaNs from
+   quiet NaNs, and behavior for signaling NaNs remains unspecified.
+   Typical behavior is to treat all NaNs as though they were quiet.
 
 
 .. seealso::