We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1311eaa commit 7ca99f8Copy full SHA for 7ca99f8
stubs/vobject/vobject/vcard.pyi
@@ -14,7 +14,7 @@ class Name:
14
given: str | list[str] = "",
15
additional: str | list[str] = "",
16
prefix: str | list[str] = "",
17
- suffix: str | list[str] = ""
+ suffix: str | list[str] = "",
18
) -> None: ...
19
@staticmethod
20
def toString(val): ...
0 commit comments