Aligned main comments in demo programs.

This commit is contained in:
Project Nayuki
2018-10-04 19:08:23 +00:00
parent dd47ef10c7
commit 0cded0ba36
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ def main():
def do_basic_demo():
"""Creates a single QR Code, then prints it to the console."""
text = u"Hello, world!" # User-supplied Unicode text
text = u"Hello, world!" # User-supplied Unicode text
errcorlvl = QrCode.Ecc.LOW # Error correction level
# Make and print the QR Code symbol