Skip to content

Commit 5a69353

Browse files
committed
Remove superfluous space
1 parent f4bef59 commit 5a69353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polars/09_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _(mo):
3434
def _(mo):
3535
mo.md(
3636
r"""
37-
## 🛠️ Parsing & Conversion
37+
## 🛠️ Parsing & Conversion
3838
3939
Let's warm up with one of the most frequent use cases: parsing raw strings into various formats.
4040
We'll take a tiny dataframe with metadata about Python packages represented as raw JSON strings and we'll use Polars string expressions to parse the attributes into their true data types.

0 commit comments

Comments
 (0)