@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-17 14:16 +0000\n "
14+ "POT-Creation-Date : 2026-01-03 14:14 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1889,11 +1889,14 @@ msgstr ""
18891889
18901890msgid ""
18911891"*typecode_or_type* determines the type of the elements of the returned "
1892- "array: it is either a ctypes type or a one character typecode of the kind "
1893- "used by the :mod:`array` module. If *size_or_initializer* is an integer, "
1894- "then it determines the length of the array, and the array will be initially "
1895- "zeroed. Otherwise, *size_or_initializer* is a sequence which is used to "
1896- "initialize the array and whose length determines the length of the array."
1892+ "array: it is either a :ref:`ctypes type <ctypes-fundamental-data-types>` or "
1893+ "a one character typecode of the kind used by the :mod:`array` module with "
1894+ "the exception of ``'w'``, which is not supported. In addition, the ``'c'`` "
1895+ "typecode is an alias for :class:`ctypes.c_char`. If *size_or_initializer* "
1896+ "is an integer, then it determines the length of the array, and the array "
1897+ "will be initially zeroed. Otherwise, *size_or_initializer* is a sequence "
1898+ "which is used to initialize the array and whose length determines the length "
1899+ "of the array."
18971900msgstr ""
18981901
18991902msgid ""
0 commit comments