File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,9 @@ msgid ""
135
135
"internal :class:`Popen` object is automatically created with ``stdin=PIPE``, "
136
136
"and the *stdin* argument may not be used as well."
137
137
msgstr ""
138
- "Se pasará el argumento *input* a :meth:`Popen.communicate` y de ahí, al "
139
- "stdin del subproceso. Si se usa, debe ser una secuencia de bytes o una "
138
+ "Se pasará el argumento *input* a :meth:`Popen.communicate` y de ahí, a "
139
+ "la entrada estándar del subproceso. Si se usa, debe ser una secuencia de bytes "
140
+ "o una "
140
141
"cadena de texto si se especifican *encoding* o *errors* o *text* es "
141
142
"verdadero. Cuando se usa, el objeto :class:`Popen` interno se crea "
142
143
"automáticamente con ``stdin=PIPE`` y no se puede usar el argumento *stdin* a "
You can’t perform that action at this time.
0 commit comments