File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -421,10 +421,14 @@ msgid ""
421421"specified to search for *x* within a subsection of the array. Raise :exc:"
422422"`ValueError` if *x* is not found."
423423msgstr ""
424+ "Retorna el *i* más pequeño de modo que *i* es el índice de la primera "
425+ "aparición de *x* en el arreglo. Los argumentos opcionales *start* y *stop* "
426+ "pueden ser especificados para buscar *x* dentro de una subsección del "
427+ "arreglo. Lanza :exc:`ValueError` si no se encuentra *x*."
424428
425429#: ../Doc/library/array.rst:187
426430msgid "Added optional *start* and *stop* parameters."
427- msgstr ""
431+ msgstr "Se agregaron parámetros opcionales *start* y *stop*. "
428432
429433#: ../Doc/library/array.rst:192
430434msgid ""
@@ -530,11 +534,11 @@ msgstr ""
530534
531535#: ../Doc/library/array.rst:263
532536msgid "`NumPy <https://numpy.org/>`_"
533- msgstr ""
537+ msgstr "`NumPy <https://numpy.org/>`_ "
534538
535539#: ../Doc/library/array.rst:264
536540msgid "The NumPy package defines another array type."
537- msgstr ""
541+ msgstr "El paquete NumPy define otro tipo de arreglo. "
538542
539543#~ msgid "Py_UNICODE"
540544#~ msgstr "Py_UNICODE"
You can’t perform that action at this time.
0 commit comments