8000 Fix backtick · python/python-docs-es@0809580 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0809580

Browse files
committed
Fix backtick
1 parent e4343ed commit 0809580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/dataclasses.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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: 2023-02-14 15:32-0300\n"
14+
"PO-Revision-Date: 2023-02-14 15:40-0300\n"
1515
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es_ES\n"
@@ -359,9 +359,9 @@ msgid ""
359359
"slots, base class ``__slots__`` may be any iterable, but *not* an iterator."
360360
msgstr ""
361361
"Si un nombre de campo ya está incluido en las ``__slots__`` de una clase "
362-
"base, no se incluirá en las ``__slots__`` generadas para evitar que se "
363-
"`sobreescriban <https://docs.python.org/3/reference/datamodel.html#notes-on-"
364-
"using-slots>`_. Por lo tanto, no utilice ``__slots__`` para recuperar los "
362+
"base, no se incluirá en las ``__slots__`` generadas para evitar que se "
363+
"`overriding them <https://docs.python.org/3/reference/datamodel.html#notes-"
364+
"on-using-slots>`_. Por lo tanto, no utilice ``__slots__`` para recuperar los "
365365
"nombres de campo de una clase de datos. Utilice :func:`fields` en su lugar. "
366366
"Para poder determinar las ranuras heredadas, la clase base ``__slots__`` "
367367
"puede ser cualquier iterable, pero *not* un iterador."

0 commit comments

Comments
 (0)
0