File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class SortOrder(str, Enum):
4747 @field_validator ("start_index" )
4848 @classmethod
4949 def start_index_floor (cls , value : int | None ) -> int | None :
50- """According to :rfc:`RFC7644 §3.4.2 <7644#section-3.4.2.4>, start_index values less than 1 are interpreted as 1.
50+ """According to :rfc:`RFC7644 §3.4.2 <7644#section-3.4.2.4>` , start_index values less than 1 are interpreted as 1.
5151
5252 A value less than 1 SHALL be interpreted as 1.
5353 """
@@ -60,7 +60,7 @@ def start_index_floor(cls, value: int | None) -> int | None:
6060 @field_validator ("count" )
6161 @classmethod
6262 def count_floor (cls , value : int | None ) -> int | None :
63- """According to :rfc:`RFC7644 §3.4.2 <7644#section-3.4.2.4>, count values less than 0 are interpreted as 0.
63+ """According to :rfc:`RFC7644 §3.4.2 <7644#section-3.4.2.4>` , count values less than 0 are interpreted as 0.
6464
6565 A negative value SHALL be interpreted as 0.
6666 """
You can’t perform that action at this time.
0 commit comments