@@ -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-07-31 15:58 +0000\n "
14+ "POT-Creation-Date : 2026-08-15 14:15 +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 "
@@ -131,13 +131,13 @@ msgstr ""
131131msgid ""
132132"This content manager provides only a minimum interface beyond that provided "
133133"by :class:`~email.message.Message` itself: it deals only with text, raw "
134- "byte strings , and :class:`~email.message.Message` objects. Nevertheless, it "
134+ "bytes , and :class:`~email.message.Message` objects. Nevertheless, it "
135135"provides significant advantages compared to the base API: ``get_content`` on "
136- "a text part will return a unicode string without the application needing to "
137- "manually decode it, ``set_content`` provides a rich set of options for "
138- "controlling the headers added to a part and controlling the content transfer "
139- "encoding, and it enables the use of the various ``add_`` methods, thereby "
140- "simplifying the creation of multipart messages."
136+ "a text part will return a string without the application needing to manually "
137+ "decode it, ``set_content`` provides a rich set of options for controlling "
138+ "the headers added to a part and controlling the content transfer encoding, "
139+ "and it enables the use of the various ``add_`` methods, thereby simplifying "
140+ "the creation of multipart messages."
141141msgstr ""
142142
143143msgid ""
@@ -146,7 +146,7 @@ msgid ""
146146"or a ``bytes`` object (for all other non-multipart types). Raise a :exc:"
147147"`KeyError` if called on a ``multipart``. If the part is a ``text`` part and "
148148"*errors* is specified, use it as the error handler when decoding the payload "
149- "to unicode . The default error handler is ``replace``."
149+ "to a string . The default error handler is ``replace``."
150150msgstr ""
151151
152152msgid "Add headers and payload to *msg*:"
0 commit comments