11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2025 , Python Software Foundation
2+ # Copyright (C) 2001-2026 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-25 14:58 +0000\n "
14+ "POT-Creation-Date : 2026-01-13 15:09 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -29,10 +29,10 @@ msgstr ""
2929msgid ""
3030"This module defines an object type which can compactly represent an array of "
3131"basic values: characters, integers, floating-point numbers. Arrays are "
32- "sequence types and behave very much like lists, except that the type of "
33- "objects stored in them is constrained. The type is specified at object "
34- "creation time by using a :dfn:`type code`, which is a single character. The "
35- "following type codes are defined:"
32+ "mutable :term:` sequence` types and behave very much like lists, except that "
33+ "the type of objects stored in them is constrained. The type is specified at "
34+ "object creation time by using a :dfn:`type code`, which is a single "
35+ "character. The following type codes are defined:"
3636msgstr ""
3737
3838msgid "Type code"
@@ -204,12 +204,12 @@ msgid ""
204204msgstr ""
205205
206206msgid ""
207- "Array objects support the ordinary sequence operations of indexing, slicing, "
208- "concatenation, and multiplication. When using slice assignment, the "
209- "assigned value must be an array object with the same type code; in all other "
210- "cases, :exc:`TypeError` is raised. Array objects also implement the buffer "
211- "interface, and may be used wherever :term:`bytes-like objects <bytes-like "
212- "object>` are supported."
207+ "Array objects support the ordinary :ref:`mutable <typesseq-mutable>` :term: "
208+ "`sequence` operations of indexing, slicing, concatenation, and "
209+ "multiplication. When using slice assignment, the assigned value must be an "
210+ "array object with the same type code; in all other cases, :exc:`TypeError` "
211+ "is raised. Array objects also implement the buffer interface, and may be "
212+ "used wherever :term:`bytes-like objects <bytes-like object>` are supported."
213213msgstr ""
214214
215215msgid ""
0 commit comments