Skip to content

Commit 6226311

Browse files
committed
Update terminal_colours.pyi
1 parent 8a5ab3e commit 6226311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

consolekit/terminal_colours.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class Colour(str):
9696
style: str
9797
reset: str
9898
stack: Union[Deque[str], List[str]]
99+
name: str
99100

100101
def __new__(cls, style: str, stack: Union[Deque[str], List[str]], reset: str) -> "Colour": ...
101102
def __enter__(self) -> None: ...
@@ -114,7 +115,7 @@ class Colour(str):
114115
r: Union[str, int],
115116
g: Union[str, int],
116117
b: Union[str, int],
117-
background: bool = ...
118+
background: bool = ...,
118119
) -> _C: ...
119120

120121
@classmethod

0 commit comments

Comments
 (0)