Skip to content

Commit 71ce464

Browse files
pomerge from 3.8 branch into 3.7
1 parent 8cd83ea commit 71ce464

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

library/keyword.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,21 @@ msgid ""
3636
"This module allows a Python program to determine if a string is a :ref:"
3737
"`keyword <keywords>`."
3838
msgstr ""
39+
"Este módulo permite que um programa Python determine se uma string é uma :"
40+
"ref:`palavra reservada <keywords>`."
3941

4042
#: ../../library/keyword.rst:17
4143
msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
4244
msgstr ""
45+
"Retorna ``True`` se *s* for uma :ref:`palavra reservad <keywords>` do Python."
4346

4447
#: ../../library/keyword.rst:22
4548
msgid ""
4649
"Sequence containing all the :ref:`keywords <keywords>` defined for the "
4750
"interpreter. If any keywords are defined to only be active when particular :"
4851
"mod:`__future__` statements are in effect, these will be included as well."
4952
msgstr ""
53+
"Sequência contendo todas as :ref:`palavras reservadas <keywords>` definidas "
54+
"para o interpretador. Se alguma palavra reservada estiver definida para "
55+
"apenas estar ativa quando instruções :mod:`__future__` específicas tiverem "
56+
"efeito, estas serão incluídas também."

0 commit comments

Comments
 (0)