From fb70113da47071c9061de4e0e7a925cba6ab1591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eerif?= Date: Mon, 18 Nov 2024 17:47:05 +0300 Subject: [PATCH] __doc__ string added --- src/icalendar/prop.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/icalendar/prop.py b/src/icalendar/prop.py index bc1ed8b7..bb6f8302 100644 --- a/src/icalendar/prop.py +++ b/src/icalendar/prop.py @@ -115,8 +115,7 @@ class vBoolean(int): boolean = "TRUE" / "FALSE" Description: These values are case-insensitive text. No additional - content value encoding (i.e., BACKSLASH character encoding, see - Section 3.3.11) is defined for this value type. + content value encoding is defined for this value type. Example: The following is an example of a hypothetical property that has a BOOLEAN value type: @@ -302,9 +301,6 @@ class vFloat(float): Description: If the property permits, multiple "float" values are specified by a COMMA-separated list of values. - No additional content value encoding (i.e., BACKSLASH character - encoding, see Section 3.3.11) is defined for this value type. - Example: 1000000.0000001 @@ -360,9 +356,6 @@ class vInt(int): for "integer" is -2147483648 to 2147483647. If the sign is not specified, then the value is assumed to be positive. - No additional content value encoding (i.e., BACKSLASH character - encoding, see Section 3.3.11) is defined for this value type. - Example: 1234567890