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