Skip to content

Commit 36a7c93

Browse files
authored
Merge pull request yidao620c#327 from Vineyard-w/patch-1
Update p07_infinity_and_nan.rst
2 parents 9822dbd + 2096cd3 commit 36a7c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c03/p07_infinity_and_nan.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ NaN值会在所有操作中传播,而不会产生异常。比如:
8181
nan
8282
>>>
8383
84-
NaN值的一个特别的地方时它们之间的比较操作总是返回False。比如:
84+
NaN值的一个特别的地方是它们之间的比较操作总是返回False。比如:
8585

8686
.. code-block:: python
8787

0 commit comments

Comments
 (0)