Tweaked the comment for QrCode.encodeTextToSegment() in most language versions.

This commit is contained in:
Nayuki Minase
2016-04-16 01:14:22 +00:00
parent bd52bc3252
commit 3fda371340
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def encode_text(text, ecl):
def encode_text_to_segment(text):
"""Returns a QR Code segment representing the given Unicode text string."""
"""Returns a QR segment representing the given Unicode text string."""
if not isinstance(text, str) and (sys.version_info[0] >= 3 or not isinstance(text, unicode)):
raise TypeError("Text string expected")
# Select the most efficient segment encoding automatically