10000 Traduccion library/email.header by jartigag · Pull Request #1003 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traduccion library/email.header #1003

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 11 commits into from
Oct 8, 2020
Prev Previous commit
Next Next commit
Update library/email.header.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
jartigag and cmaureir authored Oct 7, 2020
commit efd69564172fc9eef3734d72dbae6302dfc47fe0
2 changes: 1 addition & 1 deletion library/email.header.po
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ msgid ""
"for non-encoded parts of the header, otherwise a lower case string "
"containing the name of the character set specified in the encoded string."
msgstr ""
"Esta función devuelve una lista de duplas ``(decoded_string, charset)`` que "
"Esta función retorna una lista de duplas ``(decoded_string, charset)`` que "
"contiene cada una de las partes decodificadas de la cabecera. *charset* será "
"``None`` para las partes no codificadas de la cabecera, de lo contrario será "
"una cadena de caracteres en minúscula con el nombre del conjunto de "
Expand Down
0