Skip to content

Commit

Permalink
fix doc render (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Feb 21, 2022
1 parent 03924e0 commit 44796e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/polars/internals/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2560,6 +2560,7 @@ def strptime(
--------
Dealing with different formats.
>>> s = pl.Series(
... "date",
... [
Expand Down
1 change: 1 addition & 0 deletions py-polars/polars/internals/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3512,6 +3512,7 @@ def strptime(
--------
Dealing with different formats.
>>> s = pl.Series(
... "date",
... [
Expand Down

0 comments on commit 44796e3

Please sign in to comment.