mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-25 12:26:45 +08:00
Correct EmailMultiAlternatives.body (#1146)
This commit is contained in:
@@ -109,7 +109,7 @@ class EmailMultiAlternatives(EmailMessage):
|
||||
def __init__(
|
||||
self,
|
||||
subject: str = ...,
|
||||
body: str = ...,
|
||||
body: Optional[str] = ...,
|
||||
from_email: Optional[str] = ...,
|
||||
to: Optional[Sequence[str]] = ...,
|
||||
bcc: Optional[Sequence[str]] = ...,
|
||||
|
||||
Reference in New Issue
Block a user