Skip to content

Traducido archivo library/cmd #528

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 10 commits into from
Jul 7, 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
Traducido archivo library/cmd
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
zejiran and cmaureir authored Jul 7, 2020
commit e56bf9f11ff864c8e26550f404a1114b837a9f79
2 changes: 1 addition & 1 deletion library/cmd.po
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ msgid ""
msgstr ""
"Una instancia del intérprete reconocerá un nombre de comando ``foo`` si y "
"solo si tiene un método :meth:`do_foo`. Como un caso especial, una línea "
"comenzando con el caracter ``’?’`` es enviada al método :meth:`do_help`. "
"comenzando con el carácter ``’?’`` es enviada al método :meth:`do_help`. "
"Como otro caso especial, una línea comenzando con el caracter ``’!’`` es "
"enviada al método :meth:`do_shell` (Si dicho método está definido)."

Expand Down