Skip to content

Commit 7b3d559

Browse files
authored
Apply suggestions from code review
1 parent 24e609f commit 7b3d559

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adafruit_display_shapes/sparkline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# add_value` are plotted.
1212
#
1313
# The `sparkline` class creates an element suitable for adding to the display using
14-
# `display.root_group=mySparkline`
14+
# `display.root_group = mySparkline`
1515
# or adding to a `displayio.Group` to be displayed.
1616
#
1717
# When creating the sparkline, identify the number of `max_items` that will be

examples/display_shapes_sparkline_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# `add_value` are plotted.
1212
#
1313
# The `sparkline` class creates an element suitable for adding to the display using
14-
# `display.root_group=mySparkline`
14+
# `display.root_group = mySparkline`
1515
# or adding to a `displayio.Group` to be displayed.
1616
#
1717
# When creating the sparkline, identify the number of `max_items` that will be

examples/display_shapes_sparkline_ticks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# using `add_value` are plotted.
1212
#
1313
# The `sparkline` class creates an element suitable for adding to the display
14-
# using `display.root_group=mySparkline` or adding to a `displayio.Group` to be displayed.
14+
# using `display.root_group = mySparkline` or adding to a `displayio.Group` to be displayed.
1515
#
1616
# When creating the sparkline, identify the number of `max_items` that will be
1717
# included in the graph.

examples/display_shapes_sparkline_triple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# using `add_value` are plotted.
1212
#
1313
# The `sparkline` class creates an element suitable for adding to the display
14-
# using `display.root_group=mySparkline` or adding to a `displayio.Group` to be displayed.
14+
# using `display.root_group = mySparkline` or adding to a `displayio.Group` to be displayed.
1515
#
1616
# When creating the sparkline, identify the number of `max_items` that will be
1717
# included in the graph.

0 commit comments

Comments
 (0)