Added/tweaked comments and blank lines in demo programs of all language versions except JavaScript.

This commit is contained in:
Project Nayuki
2017-10-23 03:51:13 +00:00
parent 8fe7878e1e
commit 6a71e09f72
5 changed files with 26 additions and 4 deletions
+3 -2
View File
@@ -28,8 +28,6 @@ from __future__ import print_function
import qrcodegen
# ---- Main program ----
def main():
"""The main application program."""
do_basic_demo()
@@ -38,6 +36,9 @@ def main():
do_mask_demo()
# ---- Demo suite ----
def do_basic_demo():
"""Creates a single QR Code, then prints it to the console."""
text = u"Hello, world!" # User-supplied Unicode text