We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5a601 commit 1655445Copy full SHA for 1655445
howto/descriptor.po
@@ -1829,6 +1829,8 @@ msgid ""
1829
"class Vehicle:\n"
1830
" __slots__ = ('id_number', 'make', 'model')"
1831
msgstr ""
1832
+"class Vehicle:\n"
1833
+" __slots__ = ('id_number', 'make', 'model')"
1834
1835
#: ../../howto/descriptor.rst:1556
1836
msgid ""
library/datetime.po
@@ -1426,6 +1426,8 @@ msgstr ""
1426
#: ../../library/datetime.rst:801
1427
msgid "For a date ``d``, ``str(d)`` is equivalent to ``d.isoformat()``."
1428
1429
+":class:`date` オブジェクト ``d`` において、``str(d)`` は ``d.isoformat()`` と"
1430
+"等価です。"
1431
1432
#: ../../library/datetime.rst:806
1433
msgid "Return a string representing the date::"
0 commit comments