@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.14\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2026-03-17 14:51 +0000\n "
14+ "POT-Creation-Date :2026-03-23 14:50 +0000\n "
1515"PO-Revision-Date :2025-09-16 00:00+0000\n "
1616"Last-Translator :python-doc bot, 2025\n "
1717"Language-Team :Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -161,8 +161,8 @@ msgid "Now we can find out what today is! Observe::"
161161msgstr ""
162162
163163msgid ""
164- ">>>from datetimeimport date \n"
165- ">>> Weekday.from_date(date.today())\n"
164+ ">>>import datetimeas dt \n"
165+ ">>> Weekday.from_date(dt. date.today())\n"
166166"<Weekday.TUESDAY: 2>"
167167msgstr ""
168168
@@ -1978,8 +1978,8 @@ msgid "An example to show the :attr:`~Enum._ignore_` attribute in use::"
19781978msgstr ""
19791979
19801980msgid ""
1981- ">>>from datetimeimport timedelta \n"
1982- ">>> class Period(timedelta, Enum):\n"
1981+ ">>>import datetimeas dt \n"
1982+ ">>> class Period(dt. timedelta, Enum):\n"
19831983"...\" different lengths of time\" \n"
19841984"... _ignore_ = 'Period i'\n"
19851985"... Period = vars()\n"