Skip to content

Traducido library/types.po #641

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 12 commits into from
Aug 4, 2020
Prev Previous commit
Next Next commit
Update library/types.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
narvmtz and cmaureir authored Aug 4, 2020
commit 5de66b38314609ee29299281f24c8a5fdc4c0615
4 changes: 2 additions & 2 deletions library/types.po
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ msgstr ""
"El argumento *exec_body* es una retrollamada que se usa para rellenar el "
"espacio de nombres de clase recién creado. Debe aceptar el espacio de nombre "
"de clase como su único argumento y actualizar el espacio de nombre "
"directamente con el contenido de la clase. Si no se proporciona ningún "
"*callback*, tiene el mismo efecto que pasar ``lambda ns: ns``."
"directamente con el contenido de la clase. Si no se proporciona ninguna "
"retrollamada, tiene el mismo efecto que pasar ``lambda ns: ns``."

#: ../Doc/library/types.rst:43
msgid "Calculates the appropriate metaclass and creates the class namespace."
Expand Down