File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ class Label(LabelBase):
72
72
:param int scale: Integer value of the pixel scaling
73
73
:param bool save_text: Set True to save the text string as a constant in the
74
74
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.
76
76
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
78
78
(4, " ") will indicate a tab replacement of 4 spaces, defaults to 4 spaces by
79
79
tab character"""
80
80
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Label(LabelBase):
64
64
:param int scale: Integer value of the pixel scaling
65
65
:param bool base_alignment: when True allows to align text label to the baseline.
66
66
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
68
68
(4, " ") will indicate a tab replacement of 4 spaces, defaults to 4 spaces by
69
69
tab character"""
70
70
You can’t perform that action at this time.
0 commit comments