Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducción de library/bisect.po #612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update library/bisect.po
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
  • Loading branch information
juansemarquez and cmaureir authored Jul 23, 2020
commit c39a12ab0de87112b495d3f5e176661f59e1e6dc
2 changes: 1 addition & 1 deletion library/bisect.po
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ msgid ""
"that ``all(val <= x for val in a[lo:i])`` for the left side and ``all(val > "
"x for val in a[i:hi])`` for the right side."
msgstr ""
"El punto de inserción retornado *i* particiona al *array* *a* en dos "
"El punto de inserción retornado *i* particiona al arreglo *a* en dos "
"mitades, tal que ``all(val <= x for val in a[lo:i])`` para el lado izquierdo "
"y ``all(val > x for val in a[i:hi])`` para el derecho."

Expand Down