From 01c67e12934c6cf3b270446306e3fd41b7f467ab Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 17 Sep 2021 09:21:13 +0200 Subject: Fix docstring for LesanaDecimal --- lesana/types.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lesana/types.py b/lesana/types.py index bfd8612..101e957 100644 --- a/lesana/types.py +++ b/lesana/types.py @@ -181,7 +181,10 @@ class LesanaFloat(LesanaType): class LesanaDecimal(LesanaType): """ - A floating point number + A fixed point number + + Because of a limitation of the yaml format, these should be stored + quoted as a string, to avoid being loaded back as floats. """ name = "decimal" -- cgit v1.2.3