Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95e0709

Browse files
update text.pyi
1 parent 5e3bab4 commit 95e0709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Text(Artist):
101101
def get_parse_math(self) -> bool: ...
102102
def set_fontname(self, fontname: str | Iterable[str]): ...
103103
def get_antialiased(self) -> bool: ...
104-
def set_antialiased(self, b: bool): ...
104+
def set_antialiased(self, antialiased: bool): ...
105105

106106
class OffsetFrom:
107107
def __init__(

0 commit comments

Comments
 (0)