Skip to content

Commit 6ed6753

Browse files
sba72github-actions[bot]
authored andcommitted
Auto-format PO files to 80 chars [skip ci]
1 parent a204136 commit 6ed6753

366 files changed

Lines changed: 33472 additions & 35153 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎builtins/constants.po‎

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ msgstr ""
5757

5858
#: ../../library/constants.rst:30
5959
msgid ""
60-
"A special value which should be returned by the binary special methods "
61-
"(e.g. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :meth:`~object.__rsub__`, "
62-
"etc.) to indicate that the operation is not implemented with respect to the "
63-
"other type; may be returned by the in-place binary special methods "
64-
"(e.g. :meth:`~object.__imul__`, :meth:`~object.__iand__`, etc.) for the same "
65-
"purpose. It should not be evaluated in a boolean context. :data:`!"
66-
"NotImplemented` is the sole instance of "
67-
"the :class:`types.NotImplementedType` type."
60+
"A special value which should be returned by the binary special methods (e."
61+
"g. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :"
62+
"meth:`~object.__rsub__`, etc.) to indicate that the operation is not "
63+
"implemented with respect to the other type; may be returned by the in-place "
64+
"binary special methods (e.g. :meth:`~object.__imul__`, :meth:`~object."
65+
"__iand__`, etc.) for the same purpose. It should not be evaluated in a "
66+
"boolean context. :data:`!NotImplemented` is the sole instance of the :class:"
67+
"`types.NotImplementedType` type."
6868
msgstr ""
6969
"Ein spezieller Wert, der von den binären Spezialmethoden (z. B. :meth:"
7070
"`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :meth:"
@@ -102,8 +102,8 @@ msgstr ""
102102
#: ../../library/constants.rst:51
103103
msgid ""
104104
":data:`!NotImplemented` and :exc:`!NotImplementedError` are not "
105-
"interchangeable. This constant should only be used as described above; "
106-
"see :exc:`NotImplementedError` for details on correct usage of the exception."
105+
"interchangeable. This constant should only be used as described above; see :"
106+
"exc:`NotImplementedError` for details on correct usage of the exception."
107107
msgstr ""
108108
":data:`!NotImplemented` und :exc:`!NotImplementedError` sind nicht "
109109
"austauschbar. Diese Konstante sollte nur wie oben beschrieben verwendet "
@@ -118,9 +118,9 @@ msgstr ""
118118

119119
#: ../../library/constants.rst:59
120120
msgid ""
121-
"Evaluating :data:`!NotImplemented` in a boolean context now raises "
122-
"a :exc:`TypeError`. It previously evaluated to :const:`True` and emitted "
123-
"a :exc:`DeprecationWarning` since Python 3.9."
121+
"Evaluating :data:`!NotImplemented` in a boolean context now raises a :exc:"
122+
"`TypeError`. It previously evaluated to :const:`True` and emitted a :exc:"
123+
"`DeprecationWarning` since Python 3.9."
124124
msgstr ""
125125
"Das Auswerten von :data:`!NotImplemented` in einem booleschen Kontext löst "
126126
"jetzt einen :exc:`TypeError` aus. Zuvor ergab es :const:`True` und gab seit "
@@ -150,8 +150,8 @@ msgstr ""
150150
#: ../../library/constants.rst:82
151151
msgid ""
152152
"The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__` "
153-
"cannot be reassigned (assignments to them, even as an attribute name, "
154-
"raise :exc:`SyntaxError`), so they can be considered \"true\" constants."
153+
"cannot be reassigned (assignments to them, even as an attribute name, raise :"
154+
"exc:`SyntaxError`), so they can be considered \"true\" constants."
155155
msgstr ""
156156
"Die Namen :data:`None`, :data:`False`, :data:`True` und :data:`__debug__` "
157157
"können nicht neu zugewiesen werden (Zuweisungen an sie, selbst als "
@@ -190,8 +190,8 @@ msgstr ""
190190
msgid ""
191191
"Object that when printed, prints the message \"Type help() for interactive "
192192
"help, or help(object) for help about object.\", and when accessed directly "
193-
"in the interactive interpreter, invokes the built-in help system "
194-
"(see :func:`help`)."
193+
"in the interactive interpreter, invokes the built-in help system (see :func:"
194+
"`help`)."
195195
msgstr ""
196196
"Objekt, das beim Ausgeben die Meldung „Type help() for interactive help, or "
197197
"help(object) for help about object.“ anzeigt. Wenn im interaktiven "

‎builtins/exceptions.po‎

Lines changed: 302 additions & 322 deletions
Large diffs are not rendered by default.

‎builtins/functions.po‎

Lines changed: 507 additions & 535 deletions
Large diffs are not rendered by default.

‎builtins/stdtypes.po‎

Lines changed: 803 additions & 847 deletions
Large diffs are not rendered by default.

‎builtins/threadsafety.po‎

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -243,16 +243,16 @@ msgstr ""
243243
#: ../../builtins/threadsafety.rst:168
244244
msgid ""
245245
"The :meth:`~list.remove` method may allow concurrent modifications since "
246-
"element comparison may execute arbitrary Python code "
247-
"(via :meth:`~object.__eq__`)."
246+
"element comparison may execute arbitrary Python code (via :meth:`~object."
247+
"__eq__`)."
248248
msgstr ""
249249

250250
#: ../../builtins/threadsafety.rst:172
251251
msgid ""
252252
":meth:`~list.extend` is safe to call from multiple threads. However, its "
253-
"guarantees depend on the iterable passed to it. If it is a :class:`list`, "
254-
"a :class:`tuple`, a :class:`set`, a :class:`frozenset`, a :class:`dict` or "
255-
"a :ref:`dictionary view object <dict-views>` (but not their subclasses), the "
253+
"guarantees depend on the iterable passed to it. If it is a :class:`list`, a :"
254+
"class:`tuple`, a :class:`set`, a :class:`frozenset`, a :class:`dict` or a :"
255+
"ref:`dictionary view object <dict-views>` (but not their subclasses), the "
256256
"``extend`` operation is safe from concurrent modifications to the iterable. "
257257
"Otherwise, an iterator is created which can be concurrently modified by "
258258
"another thread. The same applies to inplace concatenation of a list with "
@@ -299,16 +299,15 @@ msgstr ""
299299
#: ../../builtins/threadsafety.rst:211
300300
msgid ""
301301
"Creating a dictionary with the :class:`dict` constructor is atomic when the "
302-
"argument to it is a :class:`dict` or a :class:`tuple`. When using "
303-
"the :meth:`dict.fromkeys` method, dictionary creation is atomic when the "
304-
"argument is a :class:`dict`, :class:`tuple`, :class:`set` "
305-
"or :class:`frozenset`."
302+
"argument to it is a :class:`dict` or a :class:`tuple`. When using the :meth:"
303+
"`dict.fromkeys` method, dictionary creation is atomic when the argument is "
304+
"a :class:`dict`, :class:`tuple`, :class:`set` or :class:`frozenset`."
306305
msgstr ""
307306

308307
#: ../../builtins/threadsafety.rst:217
309308
msgid ""
310-
"The following operations and functions are :term:`lock-free` "
311-
"and :term:`atomic <atomic operation>`."
309+
"The following operations and functions are :term:`lock-free` and :term:"
310+
"`atomic <atomic operation>`."
312311
msgstr ""
313312

314313
#: ../../builtins/threadsafety.rst:220
@@ -342,10 +341,9 @@ msgstr ""
342341
msgid ""
343342
"These operations may compare keys using :meth:`~object.__eq__`, which can "
344343
"execute arbitrary Python code. During such comparisons, the dictionary may "
345-
"be modified by another thread. For built-in types "
346-
"like :class:`str`, :class:`int`, and :class:`float`, that "
347-
"implement :meth:`~object.__eq__` in C, the underlying lock is not released "
348-
"during comparisons and this is not a concern."
344+
"be modified by another thread. For built-in types like :class:`str`, :class:"
345+
"`int`, and :class:`float`, that implement :meth:`~object.__eq__` in C, the "
346+
"underlying lock is not released during comparisons and this is not a concern."
349347
msgstr ""
350348

351349
#: ../../builtins/threadsafety.rst:249
@@ -501,9 +499,9 @@ msgstr ""
501499
msgid ""
502500
"This operation may compare elements using :meth:`~object.__eq__`, which can "
503501
"execute arbitrary Python code. During such comparisons, the set may be "
504-
"modified by another thread. For built-in types "
505-
"like :class:`str`, :class:`int`, and :class:`float`, :meth:`!__eq__` does "
506-
"not release the underlying lock during comparisons and this is not a concern."
502+
"modified by another thread. For built-in types like :class:`str`, :class:"
503+
"`int`, and :class:`float`, :meth:`!__eq__` does not release the underlying "
504+
"lock during comparisons and this is not a concern."
507505
msgstr ""
508506

509507
#: ../../builtins/threadsafety.rst:369 ../../builtins/threadsafety.rst:470
@@ -562,9 +560,9 @@ msgstr ""
562560

563561
#: ../../builtins/threadsafety.rst:406
564562
msgid ""
565-
":meth:`set.update`, :meth:`set.union`, :meth:`set.intersection` "
566-
"and :meth:`set.difference` can take multiple iterables as arguments. They "
567-
"all iterate through all the passed iterables and do the following:"
563+
":meth:`set.update`, :meth:`set.union`, :meth:`set.intersection` and :meth:"
564+
"`set.difference` can take multiple iterables as arguments. They all iterate "
565+
"through all the passed iterables and do the following:"
568566
msgstr ""
569567

570568
#: ../../builtins/threadsafety.rst:410
@@ -719,8 +717,8 @@ msgstr ""
719717

720718
#: ../../builtins/threadsafety.rst:520
721719
msgid ""
722-
"All other bytearray methods (such "
723-
"as :meth:`~bytearray.find`, :meth:`~bytearray.replace`, :meth:`~bytearray.split`, :meth:`~bytearray.decode`, "
720+
"All other bytearray methods (such as :meth:`~bytearray.find`, :meth:"
721+
"`~bytearray.replace`, :meth:`~bytearray.split`, :meth:`~bytearray.decode`, "
724722
"etc.) hold the per-object lock for their duration."
725723
msgstr ""
726724

@@ -769,10 +767,10 @@ msgstr ""
769767
msgid ""
770768
"The memoryview implementation uses atomic operations to track its own "
771769
"exports in the :term:`free-threaded build`. Creating and releasing a "
772-
"memoryview are thread-safe. Attribute access "
773-
"(e.g., :attr:`~memoryview.shape`, :attr:`~memoryview.format`) reads fields "
774-
"that are immutable for the lifetime of the memoryview, so concurrent reads "
775-
"are safe as long as the memoryview has not been released."
770+
"memoryview are thread-safe. Attribute access (e.g., :attr:`~memoryview."
771+
"shape`, :attr:`~memoryview.format`) reads fields that are immutable for the "
772+
"lifetime of the memoryview, so concurrent reads are safe as long as the "
773+
"memoryview has not been released."
776774
msgstr ""
777775

778776
#: ../../builtins/threadsafety.rst:569
@@ -820,7 +818,7 @@ msgstr ""
820818

821819
#: ../../builtins/threadsafety.rst:604
822820
msgid ""
823-
"Resizing or reallocating the underlying object (such as "
824-
"calling :meth:`bytearray.resize`) while a memoryview is exported "
825-
"raises :exc:`BufferError`. This is enforced regardless of threading."
821+
"Resizing or reallocating the underlying object (such as calling :meth:"
822+
"`bytearray.resize`) while a memoryview is exported raises :exc:"
823+
"`BufferError`. This is enforced regardless of threading."
826824
msgstr ""

‎builtins/time-complexity.po‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ msgstr ""
4343

4444
#: ../../builtins/time-complexity.rst:24
4545
msgid ""
46-
"Lists are mutable sequences; for more detail on the implementation "
47-
"see :ref:`how-are-lists-implemented`. The largest costs come from growing "
48-
"beyond the current allocation size (because everything must move), or from "
49-
"inserting or deleting somewhere near the beginning (because everything after "
50-
"that must move). If you need to add or remove at both ends, consider using "
51-
"a :class:`collections.deque` instead."
46+
"Lists are mutable sequences; for more detail on the implementation see :ref:"
47+
"`how-are-lists-implemented`. The largest costs come from growing beyond the "
48+
"current allocation size (because everything must move), or from inserting or "
49+
"deleting somewhere near the beginning (because everything after that must "
50+
"move). If you need to add or remove at both ends, consider using a :class:"
51+
"`collections.deque` instead."
5252
msgstr ""
5353

5454
#: ../../builtins/time-complexity.rst:34 ../../builtins/time-complexity.rst:85
@@ -415,8 +415,8 @@ msgstr ""
415415

416416
#: ../../builtins/time-complexity.rst:183
417417
msgid ""
418-
"Symmetric difference update (``s1 ^= s2``, "
419-
"``s1.symmetric_difference_update(s2)``) [1]_ [7]_"
418+
"Symmetric difference update (``s1 ^= s2``, ``s1."
419+
"symmetric_difference_update(s2)``) [1]_ [7]_"
420420
msgstr ""
421421

422422
#: ../../builtins/time-complexity.rst:185
@@ -434,9 +434,9 @@ msgid ""
434434
"characters and bytes, respectively. As with tuples, copying one returns the "
435435
"original object. A :class:`bytearray` is mutable, and additionally supports "
436436
"the mutating operations of :class:`list` (except :meth:`!sort`), at the same "
437-
"costs. However, deleting at the front with ``del`` (``del b[0]``, ``del "
438-
"b[:k]``) only advances the start of the buffer instead of moving the "
439-
"remaining bytes, and is amortized *O*\\ (1)."
437+
"costs. However, deleting at the front with ``del`` (``del b[0]``, ``del b[:"
438+
"k]``) only advances the start of the buffer instead of moving the remaining "
439+
"bytes, and is amortized *O*\\ (1)."
440440
msgstr ""
441441

442442
#: ../../builtins/time-complexity.rst:204
@@ -581,8 +581,8 @@ msgstr ""
581581
#: ../../builtins/time-complexity.rst:299
582582
msgid ""
583583
"This is the worst case scenario. Sorting is adaptive and input that is "
584-
"already sorted or reverse-sorted takes only *O*\\ (*n*) comparisons. "
585-
"See :source:`Objects/listsort.txt` for more information."
584+
"already sorted or reverse-sorted takes only *O*\\ (*n*) comparisons. See :"
585+
"source:`Objects/listsort.txt` for more information."
586586
msgstr ""
587587

588588
#: ../../builtins/time-complexity.rst:303
@@ -631,8 +631,8 @@ msgstr ""
631631
msgid ""
632632
"This is the worst case. Reverse searches are *O*\\ (*n*) on typical input. "
633633
"Forward searches instead use a more elaborate algorithm with a linear worst "
634-
"case, described in :source:`Objects/stringlib/"
635-
"stringlib_find_two_way_notes.txt`."
634+
"case, described in :source:`Objects/stringlib/stringlib_find_two_way_notes."
635+
"txt`."
636636
msgstr ""
637637

638638
#: ../../builtins/time-complexity.rst:331

0 commit comments

Comments
 (0)