Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3d282 commit 4f82ee1Copy full SHA for 4f82ee1
faq/programming.po
@@ -1680,7 +1680,7 @@ msgid ""
1680
"creates a new object. In the general case, the total runtime cost is "
1681
"quadratic in the total string length."
1682
msgstr ""
1683
-"Objetos :class:`str` y :class:`bytes` son inmutables, por tanto, concatenar "
+"Los objetos :class:`str` y :class:`bytes` son inmutables, por tanto, concatenar "
1684
"muchas cadenas en una sola es ineficiente debido a que cada concatenación "
1685
"crea un nuevo objeto. En el caso más general, el coste total en tiempo de "
1686
"ejecución es cuadrático en relación a la longitud de la cadena final."
0 commit comments