From: Christian Heller Date: Tue, 17 Feb 2015 05:29:57 +0000 (+0100) Subject: Server/py: Improve doc string. X-Git-Tag: tce~520 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;ds=sidebyside;h=817543d667e31d262a69aa65affb7aebf16d8498;p=plomrogue Server/py: Improve doc string. --- diff --git a/plomrogue-server.py b/plomrogue-server.py index 286d3eb..6760c02 100755 --- a/plomrogue-server.py +++ b/plomrogue-server.py @@ -61,7 +61,7 @@ def obey(msg): def tokenize(string): - """Divide string by " ", \t and quotes (that also group). Escape with \.""" + """Divide string by ' ', \t & " quotes (that also group). Escape with \.""" charlist_A = list(string) i = 0 for c in charlist_A: