Skip to content

Commit fb23221

Browse files
committed
Fix param typo in docstring
1 parent 97bd84a commit fb23221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ht16k33/segments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _number(self, number: float, decimal: int = 0) -> str:
256256
"""
257257
Display a floating point or integer number on the Adafruit HT16K33 based displays
258258
259-
:parma float number: The floating point or integer number to be displayed, which must be
259+
:param float number: The floating point or integer number to be displayed, which must be
260260
in the range 0 (zero) to 9999 for integers and floating point or integer numbers
261261
and between 0.0 and 999.0 or 99.00 or 9.000 for floating point numbers.
262262
:param int decimal: The number of decimal places for a floating point number if decimal

0 commit comments

Comments
 (0)