8000 Traduccion argparse by Qkolnek · Pull Request #401 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traduccion argparse #401

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 21 commits into from
Aug 26, 2020
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
Corrección referencias de términos inconsistentes
  • Loading branch information
Qkolnek committed Aug 26, 2020
commit 8f6858df2f07e9be7fdc1aa03be1fda604b613ee
8 changes: 4 additions & 4 deletions library/argparse.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: 2020-08-26 23:23+0200\n"
"PO-Revision-Date: 2020-08-26 23:50+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -808,7 +808,7 @@ msgstr "help_ - Una breve descripción de lo que hace el argumento."

#: ../Doc/library/argparse.rst:682
msgid "metavar_ - A name for the argument in usage messages."
msgstr "*metavar_* - Un nombre para el argumento en los mensajes de uso."
msgstr "metavar_ - Un nombre para el argumento en los mensajes de uso."

#: ../Doc/library/argparse.rst:684
msgid ""
Expand Down Expand Up @@ -1811,8 +1811,8 @@ msgstr ""
"realiza varias funciones diferentes que requieren diferentes tipos de "
"argumentos en la línea de comandos. :class:`ArgumentParser` soporta la "
"creación de tales sub-comandos con el método :meth:`add_subparsers`. El "
"método:`add_subparsers`se llama normalmente sin argumentos y devuelve un "
"objeto de acción especial. Este objeto tiene un único método, :meth:"
"método :meth:`add_subparsers` se llama normalmente sin argumentos y devuelve "
"un objeto de acción especial. Este objeto tiene un único método, :meth:"
"`~ArgumentParser.add_parser`, que toma un nombre de comando y cualquier "
"argumento de construcción :class:`ArgumentParser`, y devuelve un objeto :"
"class:`ArgumentParser` que puede ser modificado de la forma habitual."
Expand Down
0