@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-05-13 16:14 +0000\n "
14+ "POT-Creation-Date : 2026-05-25 16:17 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -172,10 +172,8 @@ msgid ""
172172"<traceback-objects>` *tb*. It is useful for alternate formatting of stack "
173173"traces. The optional *limit* argument has the same meaning as for :func:"
174174"`print_tb`. A \" pre-processed\" stack trace entry is a :class:"
175- "`FrameSummary` object containing attributes :attr:`~FrameSummary.filename`, :"
176- "attr:`~FrameSummary.lineno`, :attr:`~FrameSummary.name`, and :attr:"
177- "`~FrameSummary.line` representing the information that is usually printed "
178- "for a stack trace."
175+ "`FrameSummary` object with attributes representing the information that is "
176+ "usually printed for a stack trace."
179177msgstr ""
180178
181179msgid ""
@@ -202,9 +200,9 @@ msgstr ""
202200
203201msgid ""
204202"Format the exception part of a traceback using an exception value such as "
205- "given by :data:`sys.last_value `. The return value is a list of strings, "
206- "each ending in a newline. The list contains the exception's message, which "
207- "is normally a single string; however, for :exc:`SyntaxError` exceptions, it "
203+ "given by :data:`sys.last_exc `. The return value is a list of strings, each "
204+ "ending in a newline. The list contains the exception's message, which is "
205+ "normally a single string; however, for :exc:`SyntaxError` exceptions, it "
208206"contains several lines that (when printed) display detailed information "
209207"about where the syntax error occurred. Following the message, the list "
210208"contains the exception's :attr:`notes <BaseException.__notes__>`."
@@ -351,7 +349,7 @@ msgstr ""
351349msgid "A :class:`StackSummary` representing the traceback."
352350msgstr ""
353351
354- msgid "The class of the original traceback ."
352+ msgid "The class of the original exception ."
355353msgstr ""
356354
357355msgid "String display of the class of the original exception."
0 commit comments