File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ class Label(LabelBase):
7272 :param int scale: Integer value of the pixel scaling
7373 :param bool save_text: Set True to save the text string as a constant in the
7474 label structure. Set False to reduce memory use.
75- :param: bool base_alignment: when True allows to align text label to the baseline.
75+ :param bool base_alignment: when True allows to align text label to the baseline.
7676 This is helpful when two or more labels need to be aligned to the same baseline
77- :param: (int,str) tab_replacement: tuple with tab character replace information. When
77+ :param (int,str) tab_replacement: tuple with tab character replace information. When
7878 (4, " ") will indicate a tab replacement of 4 spaces, defaults to 4 spaces by
7979 tab character"""
8080
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Label(LabelBase):
6464 :param int scale: Integer value of the pixel scaling
6565 :param bool base_alignment: when True allows to align text label to the baseline.
6666 This is helpful when two or more labels need to be aligned to the same baseline
67- :param: (int,str) tab_replacement: tuple with tab character replace information. When
67+ :param (int,str) tab_replacement: tuple with tab character replace information. When
6868 (4, " ") will indicate a tab replacement of 4 spaces, defaults to 4 spaces by
6969 tab character"""
7070
You can’t perform that action at this time.
0 commit comments