Skip to content

Commit 95291ab

Browse files
Update library/bisect.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 80abe63 commit 95291ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/bisect.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ msgid ""
7272
"that ``all(val < x for val in a[lo:i])`` for the left side and ``all(val >= "
7373
"x for val in a[i:hi])`` for the right side."
7474
msgstr ""
75-
"El punto de inserción retornado *i* particiona al *array* *a* en dos "
75+
"El punto de inserción retornado *i* particiona al arreglo *a* en dos "
7676
"mitades, tal que ``all(val < x for val in a[lo:i])`` para el lado izquierdo "
7777
"y ``all(val >= x for val in a[i:hi])`` para el derecho."
7878

0 commit comments

Comments
 (0)