From 817543d667e31d262a69aa65affb7aebf16d8498 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 17 Feb 2015 06:29:57 +0100 Subject: [PATCH] Server/py: Improve doc string. --- plomrogue-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2