8000 fix comment for antialiased in Text.__init__ · matplotlib/matplotlib@61e0ecf · GitHub
[go: up one dir, main page]

Skip to content

Commit 61e0ecf

Browse files
stevezhangstevezhang
authored andcommitted
fix comment for antialiased in Text.__init__
1 parent ac81683 commit 61e0ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(self,
115115
wrap=False,
116116
transform_rotates_text=False,
117117
parse_math=None, # defaults to rcParams['text.parse_math']
118-
antialiased=None, # defaults to rcParams['text.parse_math']
118+
antialiased=None, # defaults to rcParams['text.antialiased']
119119
**kwargs
120120
):
121121
"""

0 commit comments

Comments
 (0)
0