Skip to content

Traducido archivo library/dataclasses.po #2314

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 9 commits into from Feb 17, 2023
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
Next Next commit
Fix backtick
  • Loading branch information
srmorita committed Feb 14, 2023
commit 08095803ed5299c3a9fb57e5b5985105ec2550dc
8 changes: 4 additions & 4 deletions library/dataclasses.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-02-14 15:32-0300\n"
"PO-Revision-Date: 2023-02-14 15:40-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es_ES\n"
Expand Down Expand Up @@ -359,9 +359,9 @@ msgid ""
"slots, base class ``__slots__`` may be any iterable, but *not* an iterator."
msgstr ""
"Si un nombre de campo ya está incluido en las ``__slots__`` de una clase "
"base, no se incluirá en las ``__slots__`` generadas para evitar que se "
"`sobreescriban <https://docs.python.org/3/reference/datamodel.html#notes-on-"
"using-slots>`_. Por lo tanto, no utilice ``__slots__`` para recuperar los "
"base, no se incluirá en las ``__slots__`` generadas para evitar que se "
"`overriding them <https://docs.python.org/3/reference/datamodel.html#notes-"
"on-using-slots>`_. Por lo tanto, no utilice ``__slots__`` para recuperar los "
"nombres de campo de una clase de datos. Utilice :func:`fields` en su lugar. "
"Para poder determinar las ranuras heredadas, la clase base ``__slots__`` "
"puede ser cualquier iterable, pero *not* un iterador."
Expand Down