Skip to content

Commit 0bf138f

Browse files
committed
It's plural now
1 parent 748657a commit 0bf138f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyff/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def i_handle(self, t: Resource, url=None, response=None, exception=None, last_fe
159159

160160
class ResourceOpts(BaseModel):
161161
alias: str | None = Field(None, alias='as') # TODO: Rename to 'name'?
162-
# a certificate (file) or a SHA1 fingerprint to use for signature verification
162+
# a list of certificate (file(s)) or a SHA1 fingerprint(s) to use for signature verification
163163
verify: Optional[list[str]] = None
164164
# TODO: move classes to make the correct typing work: Iterable[Union[Lambda, PipelineCallback]] = Field([])
165165
via: list[Callable] = Field([])

0 commit comments

Comments
 (0)