Skip to content

Commit 34e23ea

Browse files
committed
fix
1 parent 225eecd commit 34e23ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/copy.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ msgid ""
7373
"A *shallow copy* constructs a new compound object and then (to the extent "
7474
"possible) inserts *references* into it to the objects found in the original."
7575
msgstr ""
76-
"Una copia superficial (*shallow copy*) construye un nuevo objeto compuesto y luego (en la medida "
77-
"de lo posible) inserta *references* en él a los objetos encontrados en el "
78-
"original."
76+
"Una copia superficial (*shallow copy*) construye un nuevo objeto compuesto y "
77+
"luego (en la medida de lo posible) inserta *references* en él a los objetos "
78+
"encontrados en el original."
7979

8080
#: ../Doc/library/copy.rst:41
8181
msgid ""
8282
"A *deep copy* constructs a new compound object and then, recursively, "
8383
"inserts *copies* into it of the objects found in the original."
8484
msgstr ""
85-
"Una copia profunda (*deep copy*) construye un nuevo objeto compuesto y luego, recursivamente, "
86-
"inserta *copias* en él de los objetos encontrados en el original."
85+
"Una copia profunda (*deep copy*) construye un nuevo objeto compuesto y luego, "
86+
"recursivamente, inserta *copias* en él de los objetos encontrados en el original."
8787

8888
#: ../Doc/library/copy.rst:44
8989
msgid ""

0 commit comments

Comments
 (0)