Skip to content

Translate 'library/array.po' #1806

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 5 commits into from
Jan 5, 2022
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
Update library/array.po
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
sumit-158 and rtobar authored Jan 5, 2022
commit f869664e7705245c5b42cc51fc9e95bb1c43283d
2 changes: 1 addition & 1 deletion library/array.po
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ msgid ""
"`ValueError` if *x* is not found."
msgstr ""
"Retorna el *i* más pequeño de modo que *i* es el índice de la primera "
"aparición de *x* en la matriz. Los argumentos opcionales *start* y *stop* "
"aparición de *x* en el arreglo. Los argumentos opcionales *start* y *stop* "
"pueden ser especificados para buscar *x* dentro de una subsección del "
"arreglo. Lanza :exc:`ValueError` si no se encuentra *x*."

Expand Down