Skip to content

Commit 2a5175c

Browse files
kikocorreosoclacri
andauthored
Update faq/programming.po
Co-authored-by: Claudia Millán <clmilneb@gmail.com>
1 parent 4f82ee1 commit 2a5175c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq/programming.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,8 +1706,8 @@ msgid ""
17061706
"operator)::"
17071707
msgstr ""
17081708
"Para acumular muchos objetos :class:`bytes`, la forma recomendada sería "
1709-
"extender un objeto :class:`bytearray` usando el operador de concatenación en "
1710-
"el lugar, \"in-place\" (el operador ``+=``)::"
1709+
"extender un objeto :class:`bytearray` usando el operador de concatenación "
1710+
" in situ (el operador ``+=``)::"
17111711

17121712
#: ../Doc/faq/programming.rst:1100
17131713
msgid "Sequences (Tuples/Lists)"

0 commit comments

Comments
 (0)