Skip to content

Commit

Permalink
docs(python): Remove erroneous implode reference from the user guid…
Browse files Browse the repository at this point in the history
…e section on window functions (#16544)
  • Loading branch information
hattajr authored May 28, 2024
1 parent 7cfa80a commit b162b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/expressions/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For more exercise, below are some window functions for us to compute:
- sort the pokemon within a type by attack in descending order and select the first `3` as `"strongest/group"`
- sort the pokemon within a type by name and select the first `3` as `"sorted_by_alphabet"`

{{code_block('user-guide/expressions/window','examples',['over','implode'])}}
{{code_block('user-guide/expressions/window','examples',['over'])}}

```python exec="on" result="text" session="user-guide/window"
--8<-- "python/user-guide/expressions/window.py:examples"
Expand Down

0 comments on commit b162b0f

Please sign in to comment.