@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.9\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2025-01-03 16:35 +0000\n "
20+ "POT-Creation-Date : 2025-02-21 17:04 +0000\n "
2121"PO-Revision-Date : 2017-02-16 23:39+0000\n "
2222"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
2323"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -612,19 +612,13 @@ msgstr ""
612612
613613#: ../../tutorial/classes.rst:328
614614msgid ""
615- "*data attributes* correspond to \" instance variables\" in Smalltalk, and to "
615+ "*Data attributes* correspond to \" instance variables\" in Smalltalk, and to "
616616"\" data members\" in C++. Data attributes need not be declared; like local "
617617"variables, they spring into existence when they are first assigned to. For "
618618"example, if ``x`` is the instance of :class:`MyClass` created above, the "
619619"following piece of code will print the value ``16``, without leaving a "
620620"trace::"
621621msgstr ""
622- "Atributos de dados correspondem a \" variáveis de instância\" em Smalltalk, e "
623- "a \" membros de dados\" em C++. Atributos de dados não precisam ser "
624- "declarados. Assim como variáveis locais, eles passam a existir na primeira "
625- "vez em que é feita uma atribuição. Por exemplo, se ``x`` é uma instância da :"
626- "class:`MyClass` criada acima, o próximo trecho de código irá exibir o valor "
627- "``16``, sem deixar nenhum rastro::"
628622
629623#: ../../tutorial/classes.rst:340
630624msgid ""
0 commit comments