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
Next Next commit
Update library/argparse.po
Co-authored-by: Claudia Millán <clmilneb@gmail.com>
  • Loading branch information
Qkolnek and clacri authored Aug 26, 2020
commit ca8b0bd2d4ee75318151f8e17095f9ec53fc64aa
4 changes: 2 additions & 2 deletions library/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -1814,8 +1814,8 @@ msgstr ""
"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:"
"`~ArgumentParser.add_parser`, que toma un nombre de comando y cualquier "
"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