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

Skip to content

Commit 55d6c7e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 4b89af9 commit 55d6c7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/signal.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.11\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
20+
"POT-Creation-Date: 2022-11-14 16:29+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
2222
"Last-Translator: Raphael Mendonça, 2022\n"
2323
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -422,9 +422,9 @@ msgstr ""
422422

423423
#: ../../library/signal.rst:365
424424
msgid ""
425-
"Return the system description of the signal *signalnum*, such as \"Interrupt"
426-
"\", \"Segmentation fault\", etc. Returns :const:`None` if the signal is not "
427-
"recognized."
425+
"Returns the description of signal *signalnum*, such as \"Interrupt\" for :"
426+
"const:`SIGINT`. Returns :const:`None` if *signalnum* has no description. "
427+
"Raises :exc:`ValueError` if *signalnum* is invalid."
428428
msgstr ""
429429

430430
#: ../../library/signal.rst:374

0 commit comments

Comments
 (0)