From dc34c282c279dc97047259076bf2c0bfbe097a17 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 6 Jul 2024 19:11:11 +0200 Subject: [PATCH] docs Signed-off-by: Jan Kowalleck --- serializable/xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serializable/xml.py b/serializable/xml.py index 01878c5..7363f53 100644 --- a/serializable/xml.py +++ b/serializable/xml.py @@ -71,7 +71,7 @@ def xs_token(s: str) -> str: do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. The `·base type· `_ of token is - `normalizedStrin `_. + `normalizedString `_. -- the `XML schema spec `_ """