From a97de6a868e9554019ce92d00866348460095924 Mon Sep 17 00:00:00 2001 From: Keith Goodman Date: Mon, 27 Jun 2011 11:21:43 -0700 Subject: DOC: A few typos in the missing data NEP. --- doc/neps/missing-data.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/neps') diff --git a/doc/neps/missing-data.rst b/doc/neps/missing-data.rst index de08c3d3e..6a4781f10 100644 --- a/doc/neps/missing-data.rst +++ b/doc/neps/missing-data.rst @@ -140,13 +140,14 @@ Without doing this, NA printouts would look like:: array(NA, dtype='NA[>> np.sum(np.array([1.0, 2.0, np.NA, 7.0], masked=True)) NA('float64') >>> np.sum(np.array([1.0, 2.0, np.NA, 7.0], dtype='NA[f8]')) NA('NA[