Skip to content

Commit e40b7fc

Browse files
committed
Fixed function description
1 parent 87c0cd7 commit e40b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def set_background(self, file_or_color, position=None):
108108
def qrcode(
109109
self, qr_data, *, qr_size=1, x=0, y=0, qr_color=0x000000
110110
): # pylint: disable=invalid-name
111-
"""Display a QR code on the eInk
111+
"""Display a QR code
112112
113113
:param qr_data: The data for the QR code.
114114
:param int qr_size: The scale of the QR code.

0 commit comments

Comments
 (0)