Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c419f00

Browse filesBrowse files
henrzvencmaureir
andauthored
Traduccion asyncio subprocess (#2115)
Closes #1965 Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com> Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
1 parent f624462 commit c419f00
Copy full SHA for c419f00

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎library/asyncio-subprocess.po

Copy file name to clipboardExpand all lines: library/asyncio-subprocess.po
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-12-12 18:54-0300\n"
14+
"PO-Revision-Date: 2022-10-30 00:19-0400\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.1\n"
2324

2425
#: ../Doc/library/asyncio-subprocess.rst:7
2526
msgid "Subprocesses"
@@ -104,7 +105,7 @@ msgstr ""
104105
#: ../Doc/library/asyncio-subprocess.rst:78
105106
#: ../Doc/library/asyncio-subprocess.rst:105
106107
msgid "Removed the *loop* parameter."
107-
msgstr ""
108+
msgstr "Se eliminó el parámetro *loop*."
108109

109110
#: ../Doc/library/asyncio-subprocess.rst:85
110111
msgid "Run the *cmd* shell command."
@@ -439,7 +440,6 @@ msgstr ""
439440
"fue creado con ``stderr=None``."
440441

441442
#: ../Doc/library/asyncio-subprocess.rst:279
442-
#, fuzzy
443443
msgid ""
444444
"Use the :meth:`communicate` method rather than :attr:`process.stdin.write() "
445445
"<stdin>`, :attr:`await process.stdout.read() <stdout>` or :attr:`await "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.