Skip to content

Commit bbe9e8c

Browse files
committed
remove extra colons in docstring
1 parent 7ba8088 commit bbe9e8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

adafruit_display_text/bitmap_label.py

+2-2
Original file line numberDiff line numberDiff 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

adafruit_display_text/label.py

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)