Skip to content

Commit 06a8ade

Browse files
committed
upd
1 parent 8dfd67f commit 06a8ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_uplot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def tick_params(
387387
:param int tickcolor: tick color in hex. Defaults to white. ``0xFFFFFF``
388388
:param bool tickgrid: defines if the grid is to be shown. Defaults to `False`
389389
:param bool showtext: Show Axes text. Defaults to `False`
390-
:param int decimal_points: Number of decimal points to show. Defaults to 0
390+
:param int decimal_points: Number of decimal points to show. Defaults to :const:`0`
391391
392392
:return: None
393393

0 commit comments

Comments
 (0)