@@ -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-21 15:29 +0000\n "
14+ "POT-Creation-Date : 2026-07-31 15:58 +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/ "
@@ -55,8 +55,8 @@ msgstr ""
5555msgid ""
5656"The last section has pure Python equivalents for built-in descriptors that "
5757"are written in C. Read this if you're curious about how functions turn into "
58- "bound methods or about the implementation of common tools like :func :"
59- "`classmethod`, :func :`staticmethod`, :func :`property`, and :term:`__slots__`."
58+ "bound methods or about the implementation of common tools like :deco :"
59+ "`classmethod`, :deco :`staticmethod`, :deco :`property`, and :term:`__slots__`."
6060msgstr ""
6161
6262msgid "Primer"
@@ -388,8 +388,8 @@ msgstr ""
388388
389389msgid ""
390390"Descriptors are used throughout the language. It is how functions turn into "
391- "bound methods. Common tools like :func :`classmethod`, :func :"
392- "`staticmethod`, :func :`property`, and :func :`functools.cached_property` are "
391+ "bound methods. Common tools like :deco :`classmethod`, :deco :"
392+ "`staticmethod`, :deco :`property`, and :deco :`functools.cached_property` are "
393393"all implemented as descriptors."
394394msgstr ""
395395
@@ -1290,7 +1290,7 @@ msgid ""
12901290msgstr ""
12911291
12921292msgid ""
1293- "Using the non-data descriptor protocol, a pure Python version of :func :"
1293+ "Using the non-data descriptor protocol, a pure Python version of :deco :"
12941294"`staticmethod` would look like this:"
12951295msgstr ""
12961296
@@ -1377,7 +1377,7 @@ msgid ""
13771377msgstr ""
13781378
13791379msgid ""
1380- "Using the non-data descriptor protocol, a pure Python version of :func :"
1380+ "Using the non-data descriptor protocol, a pure Python version of :deco :"
13811381"`classmethod` would look like this:"
13821382msgstr ""
13831383
@@ -1484,7 +1484,7 @@ msgid ""
14841484msgstr ""
14851485
14861486msgid ""
1487- "5. Blocks tools like :func :`functools.cached_property` which require an "
1487+ "5. Blocks tools like :deco :`functools.cached_property` which require an "
14881488"instance dictionary to function correctly:"
14891489msgstr ""
14901490
0 commit comments