Skip to content

Commit

Permalink
remove broken reference
Browse files Browse the repository at this point in the history
  • Loading branch information
KDruzhkin committed Jun 3, 2024
1 parent 6cb1872 commit b411e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/pipes/building_abstractions_with_pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Suppose, for example, that you frequently have to apply the Pythagorean theorem

... and apply it with `pipe`:

{{code_block('user-guide/pipes/building_abstractions_with_pipes','pipe',['pipe'])}}
{{code_block('user-guide/pipes/building_abstractions_with_pipes','pipe',[])}}

```python exec="on" result="text" session="user-guide/pipes/building_abstractions_with_pipes"
--8<-- "python/user-guide/pipes/building_abstractions_with_pipes.py:pipe"
Expand Down
1 change: 0 additions & 1 deletion py-polars/docs/source/reference/dataframe/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ This page gives an overview of all public DataFrame methods.
modify_select
miscellaneous
plot
pipe

.. currentmodule:: polars

Expand Down

0 comments on commit b411e08

Please sign in to comment.