Skip to content

Traduccion del archivo library/io.po #376

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 14 commits into from
Aug 21, 2020
Prev Previous commit
Next Next commit
Update library/io.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
itisDouglas and cmaureir authored Jul 27, 2020
commit 702ca8a7b0cf6f3b3e776e7137b1a3c2e053d001
4 changes: 2 additions & 2 deletions library/io.po
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ msgid ""
"are *stream* and *file-like object*."
msgstr ""
"El módulo :mod:`io` provee las facilidades principales de Python para "
"manejar diferentes tipos de I/O. Hay tres diferentes tipos de I/O: *texto I/"
"O*, *binario I/O* e *I/O sin formato*. Estas son categorias generales y "
"manejar diferentes tipos de E/S. Hay tres diferentes tipos de E/S: *texto E/"
"S*, *binario E/S* e *E/S sin formato*. Estas son categorías generales y "
"varios respaldos de almacenamiento se pueden usar para cada una de ellas. Un "
"objeto concreto perteneciendo a cualquiera de estas categorias se llama un :"
"term:`file object`. Otros términos comunes son *stream* y *file-like object*."
Expand Down