8000 Traducido library/traceback.po by Jaime02 · Pull Request #2084 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido library/traceback.po #2084

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 6 commits into from
Oct 27, 2022
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
ejecutado powrap en ubuntu 22.04
  • Loading branch information
Jaime02 committed Oct 26, 2022
commit 4b534f6a21e00a07f55284e67cef7a406766c392
6 changes: 3 additions & 3 deletions library/traceback.po
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ msgstr ""

#: ../Doc/library/traceback.rst:104
msgid ""
"Return a :class:`StackSummary` object representing a list of \"pre-processed"
"\" stack trace entries extracted from the traceback object *tb*. It is "
"useful for alternate formatting of stack traces. The optional *limit* "
"Return a :class:`StackSummary` object representing a list of \"pre-"
"processed\" stack trace entries extracted from the traceback object *tb*. "
"It is useful for alternate formatting of stack traces. The optional *limit* "
"argument has the same meaning as for :func:`print_tb`. A \"pre-processed\" "
"stack trace entry is a :class:`FrameSummary` object containing attributes :"
"attr:`~FrameSummary.filename`, :attr:`~FrameSummary.lineno`, :attr:"
Expand Down
0