Skip to content
Merged
Show file tree
Hide file tree
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
Actualizo diccionario y arreglo typo
  • Loading branch information
Kajachuan committed Feb 3, 2021
commit 677c613eee9c40f27cc646b488a0de2b2936c125
22 changes: 21 additions & 1 deletion dictionaries/howto_functional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,24 @@ correctitud
impráctico
Componibilidad
inorden
NxN
NxN
functools
acumulativamente
operator
multivía
Blake
Collin
Ian
Jussi
genexp
listcomp
Collin
Abelson
Gerald
Harold
Jay
Julie
Scheme
Sussman
Mertz
DeveloperWorks
4 changes: 2 additions & 2 deletions howto/functional.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2021-02-03 19:49-0300\n"
"PO-Revision-Date: 2021-02-03 19:54-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -1630,7 +1630,7 @@ msgid ""
msgstr ""
"El módulo :mod:`operator` se mencionó anteriormente. Contiene un conjunto de "
"funciones que corresponden a los operadores de Python. Estas funciones a "
"menudo son útilos en código en estilo funcional porque le salvan de escribir "
"menudo son útiles en código en estilo funcional porque le salvan de escribir "
"funciones triviales que realizan una sola operación."

#: ../Doc/howto/functional.rst:1087
Expand Down