Skip to content

Commit f33aeff

Browse files
committed
Se quito format-python para evitar problemas en traduccion
1 parent 1acb9d4 commit f33aeff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

howto/descriptor.po

Lines changed: 3 additions & 5 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-03-12 14:51-0600\n"
14+
"PO-Revision-Date: 2023-03-12 16:51-0600\n"
1515
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -886,14 +886,13 @@ msgid "ORM example"
886886
msgstr "Ejemplo de mapeos objeto-relacional (*ORM*)"
887887

888888
#: ../Doc/howto/descriptor.rst:850
889-
#, fuzzy, python-format
890889
msgid ""
891890
"The following code is a simplified skeleton showing how data descriptors "
892891
"could be used to implement an `object relational mapping <https://en."
893892
"wikipedia.org/wiki/Object%E2%80%93relational_mapping>`_."
894893
msgstr ""
895894
"El siguiente código es un esqueleto simplificado que muestra cómo "
896-
"descriptores de datos pueden ser usados para implementar un mapeo objeto-"
895+
"descriptores de datos pueden ser usados para implementar un `mapeo objeto-"
897896
"relacional <https://es.wikipedia.org/wiki/Asignaci%C3%B3n_objeto-"
898897
"relacional>`_."
899898

@@ -1342,7 +1341,6 @@ msgstr ""
13421341
"una gran cantidad de instancias será creada."
13431342

13441343
#: ../Doc/howto/descriptor.rst:1490
1345-
#, fuzzy, python-format
13461344
msgid ""
13471345
"4. Improves speed. Reading instance variables is 35% faster with "
13481346
"``__slots__`` (as measured with Python 3.10 on an Apple M1 processor)."
@@ -1442,4 +1440,4 @@ msgstr "Atributos mal deletreados o no asignados lazarán una excepción:"
14421440
#~ "`__getattr__` hook is bypassed entirely."
14431441
#~ msgstr ""
14441442
#~ "Además, si un usuario llama directamente a :meth:`object."
1445-
#~ "__getattribute__`, el gancho en :meth:`__getattr__` es totalmente evitado."
1443+
#~ "__getattribute__`, el gancho en :meth:`__getattr__` es totalmente evitado."

0 commit comments

Comments
 (0)