Skip to content

Commit

Permalink
Fix API docs to match description
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 5, 2024
1 parent a3b0f03 commit 4b78078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/markdown/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ Return
## `#!py Color.new` {#new}

```py
@classmethod
def new(
self,
cls,
color: ColorInput,
data: VectorLike | None = None,
alpha: float = util.DEF_ALPHA,
Expand Down

0 comments on commit 4b78078

Please sign in to comment.