Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
- fixed formating... wired...
  • Loading branch information
franzhaas authored Dec 6, 2023
1 parent a88b885 commit 8124af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3247,7 +3247,7 @@ def add_selection(self, *selections) -> Self:


def repeat(
repeater: Literal["row", "column", "repeat", "layer"] = "repeat"
repeater: Literal["row", "column", "repeat", "layer"] = "repeat",
) -> core.RepeatRef:
"""Tie a channel to the row or column within a repeated chart
Expand Down

0 comments on commit 8124af1

Please sign in to comment.