Skip to content

Traducido email.parser #632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 12, 2020
Prev Previous commit
Next Next commit
Update library/email.parser.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
aroquega and cmaureir authored Aug 10, 2020
commit a23dac8115a553b75012ce574b243a8c7f19b04c
2 changes: 1 addition & 1 deletion library/email.parser.po
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ msgstr ""
"(tal como :mimetype:`message/delivery-status` y :mimetype:`message/rfc822`) "
"también serán analizados como objetos contenedores que contienen una lista "
"de cargas de longitud 1. Su método :meth:`~email.message.EmailMessage."
"is_multipart` retornará ``True``. El único elemento cedido por :meth:`~email."
"is_multipart` retornará ``True``. El único elemento cedido (*yielded*) por :meth:`~email."
"message.EmailMessage.iter_parts` será un objeto sub-mensaje."

#: ../Doc/library/email.parser.rst:313
Expand Down