Skip to content

Commit

Permalink
__doc__ string added
Browse files Browse the repository at this point in the history
  • Loading branch information
SerifOZ committed Nov 18, 2024
1 parent c373106 commit fb70113
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/icalendar/prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb70113

Please sign in to comment.