Skip to content

Traducido archivo library/unittest.mock.po #1607

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 7 commits into from
Nov 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
async mock correccion
  • Loading branch information
alvarmaciel committed Nov 2, 2021
commit 072da698c6917738aa4e7986a4d2993e1b9e3e69
4 changes: 2 additions & 2 deletions library/unittest.mock.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-11-02 12:34-0300\n"
"PO-Revision-Date: 2021-11-02 12:39-0300\n"
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -1565,7 +1565,7 @@ msgid ""
"`MagicMock` otherwise or to *new_callable* if specified."
msgstr ""
":func:`patch` toma argumentos por palabra clave arbitrarios. Estos serán "
"pasados ​​a :class:`AsyncMock`si el objeto parcheado es asincrónico, si es de "
"pasados ​​a :class:`AsyncMock` si el objeto parcheado es asincrónico, si es de "
"otra forma :class:`MagicMock` o a un *new_callable* si es especificado."

#: ../Doc/library/unittest.mock.rst:1410
Expand Down