Skip to content

Commit c79094c

Browse files
committed
Merge pull request #7742 from lexual/docs_spell_fix
spell fix: seperated -> separated
2 parents 1d6fe7d + d0499e3 commit c79094c

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)