Skip to content

Commit c691045

Browse files
committed
# UPDATE: correcting nudge_x, nudge_y [√]
1 parent e05033d commit c691045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_displayio_layout/widgets/cartesian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Cartesian(Widget):
118118
and scale through a collection of input variables:
119119
120120
- **position**: ``x``, ``y``, ``anchor_point``, ``anchored_position`` and
121-
`nudge_x`, `nudge_y`. Nudge parameters are used to account for the float and int
121+
``nudge_x``, ``nudge_y``. Nudge parameters are used to account for the float and int
122122
conversions required to display different ranges and values. Conversion are required
123123
as displays work in integers and not floats
124124

0 commit comments

Comments
 (0)