Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc079e4

Browse files
author
Zodac
committed
Avance 1
1 parent 207440a commit fc079e4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

library/threading.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2024-01-30 20:00-0300\n"
14+
"PO-Revision-Date: 2024-02-05 12:18-0300\n"
1515
"Last-Translator: Zodac <[email protected]>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -20,7 +20,7 @@ msgstr ""
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23-
"X-Generator: Poedit 3.4.1\n"
23+
"X-Generator: Poedit 3.4.2\n"
2424

2525
#: ../Doc/library/threading.rst:2
2626
msgid ":mod:`threading` --- Thread-based parallelism"
@@ -1635,7 +1635,6 @@ msgstr ""
16351635
"debiese confiarse en el orden en que los hilos sean despertados."
16361636

16371637
#: ../Doc/library/threading.rst:882
1638-
#, fuzzy
16391638
msgid ""
16401639
"When invoked with *blocking* set to ``False``, do not block. If a call "
16411640
"without an argument would block, return ``False`` immediately; otherwise, do "
@@ -1836,7 +1835,6 @@ msgstr ""
18361835
"ejemplo de creación de hilos personalizados."
18371836

18381837
#: ../Doc/library/threading.rst:1012
1839-
#, fuzzy
18401838
msgid ""
18411839
"Timers are started, as with threads, by calling their :meth:`Timer.start "
18421840
"<Thread.start>` method. The timer can be stopped (before its action has "
@@ -2031,7 +2029,6 @@ msgstr ""
20312029
"Uso de *locks*, condiciones y semáforos en la declaración :keyword:`!with`"
20322030

20332031
#: ../Doc/library/threading.rst:1150
2034-
#, fuzzy
20352032
msgid ""
20362033
"All of the objects provided by this module that have ``acquire`` and "
20372034
"``release`` methods can be used as context managers for a :keyword:`with` "

0 commit comments

Comments
 (0)