Skip to content

Commit 1655445

Browse files
author
github-actions
committed
Merge 3.14 into 3.11
1 parent 6c5a601 commit 1655445

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

howto/descriptor.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,8 @@ msgid ""
18291829
"class Vehicle:\n"
18301830
" __slots__ = ('id_number', 'make', 'model')"
18311831
msgstr ""
1832+
"class Vehicle:\n"
1833+
" __slots__ = ('id_number', 'make', 'model')"
18321834

18331835
#: ../../howto/descriptor.rst:1556
18341836
msgid ""

library/datetime.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,8 @@ msgstr ""
14261426
#: ../../library/datetime.rst:801
14271427
msgid "For a date ``d``, ``str(d)`` is equivalent to ``d.isoformat()``."
14281428
msgstr ""
1429+
":class:`date` オブジェクト ``d`` において、``str(d)`` は ``d.isoformat()`` と"
1430+
"等価です。"
14291431

14301432
#: ../../library/datetime.rst:806
14311433
msgid "Return a string representing the date::"

0 commit comments

Comments
 (0)