Skip to content

Commit d0499e3

Browse files
committed
spell fix: seperated -> separated
1 parent 1d6fe7d commit d0499e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/basics.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1253,11 +1253,11 @@ Methods like ``match``, ``contains``, ``startswith``, and ``endswith`` take
12531253
``upper``,Equivalent to ``str.upper``
12541254

12551255

1256-
Getting indicator variables from seperated strings
1256+
Getting indicator variables from separated strings
12571257
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12581258

12591259
You can extract dummy variables from string columns.
1260-
For example if they are seperated by a ``'|'``:
1260+
For example if they are separated by a ``'|'``:
12611261

12621262
.. ipython:: python
12631263

0 commit comments

Comments
 (0)