Skip to content

Commit 0fa020c

Browse files
committed
good formatting changes
1 parent 5249b17 commit 0fa020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pyportal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def show_QR(self, qr_data, qr_size=1, x=0, y=0, clear_background=False): # pyli
793793
:param int qr_size: The scale of the QR code.
794794
:param x: The x position of upper left corner of the QR code on the display.
795795
:param y: The y position of upper left corner of the QR code on the display.
796-
:param clear_background: Show the QR code on a black background if True, otherwise put it on top of the existing background.
796+
:param clear_background: Show the QR code on a black background if True.
797797
798798
"""
799799
import adafruit_miniqr

0 commit comments

Comments
 (0)