Skip to content

traduccion archivo development.po #3303

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 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
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
5 changes: 1 addition & 4 deletions library/development.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ msgid "Development Tools"
msgstr "Herramientas de desarrollo"

#: ../Doc/library/development.rst:7
#, fuzzy
msgid ""
"The modules described in this chapter help you write software. For example, "
"the :mod:`pydoc` module takes a module and generates documentation based on "
Expand All @@ -38,9 +37,7 @@ msgstr ""
"ejemplo, el módulo :mod:`pydoc` toma un módulo y genera documentación basada "
"en el contenido del módulo. Los módulos :mod:`doctest` y :mod:`unittest` "
"contienen frameworks para escribir pruebas unitarias que ejecutan y validan "
"automáticamente el código, verificando que se produce la salida esperada. :"
"program:`2to3` puede traducir el código fuente de Python 2.x en código "
"válido de Python 3.x."
"automáticamente el código, verificando que se produce la salida esperada."

#: ../Doc/library/development.rst:13
msgid "The list of modules described in this chapter is:"
Expand Down
Loading