Fixed function description

This commit is contained in:
Melissa LeBlanc-Williams 2021-01-08 17:09:50 -08:00
parent 87c0cd722c
commit e40b7fc70c

View file

@ -108,7 +108,7 @@ class GraphicsBase:
def qrcode(
self, qr_data, *, qr_size=1, x=0, y=0, qr_color=0x000000
): # pylint: disable=invalid-name
"""Display a QR code on the eInk
"""Display a QR code
:param qr_data: The data for the QR code.
:param int qr_size: The scale of the QR code.