From fa7ebb82e50936de301b9c2cf6201ee8567c3656 Mon Sep 17 00:00:00 2001 From: "Anton I. Sipos" Date: Wed, 9 Jan 2013 19:34:02 -1000 Subject: [PATCH] DOC: Fix grammar typo in dsintro, "a series is alike" -> "a series is like" --- doc/source/dsintro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dsintro.rst b/doc/source/dsintro.rst index 5cd5c60bbeb29..362ef8ef7d7fb 100644 --- a/doc/source/dsintro.rst +++ b/doc/source/dsintro.rst @@ -129,7 +129,7 @@ We will address array-based indexing in a separate :ref:`section `. Series is dict-like ~~~~~~~~~~~~~~~~~~~ -A Series is alike a fixed-size dict in that you can get and set values by index +A Series is like a fixed-size dict in that you can get and set values by index label: .. ipython :: python