From d0499e3e4edf8d51bdb562c58f04ef418cb1d4c3 Mon Sep 17 00:00:00 2001 From: lexual Date: Sun, 13 Jul 2014 18:50:00 +1000 Subject: [PATCH] spell fix: seperated -> separated --- doc/source/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/basics.rst b/doc/source/basics.rst index 4d67616c5cd60..14942c6f0f194 100644 --- a/doc/source/basics.rst +++ b/doc/source/basics.rst @@ -1253,11 +1253,11 @@ Methods like ``match``, ``contains``, ``startswith``, and ``endswith`` take ``upper``,Equivalent to ``str.upper`` -Getting indicator variables from seperated strings +Getting indicator variables from separated strings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can extract dummy variables from string columns. -For example if they are seperated by a ``'|'``: +For example if they are separated by a ``'|'``: .. ipython:: python