@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-01-03 16:02 +0000\n "
14+ "POT-Creation-Date : 2025-02-14 16:07 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:23+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -606,19 +606,13 @@ msgstr ""
606606
607607#: ../../tutorial/classes.rst:328
608608msgid ""
609- "*data attributes* correspond to \" instance variables\" in Smalltalk, and to "
609+ "*Data attributes* correspond to \" instance variables\" in Smalltalk, and to "
610610"\" data members\" in C++. Data attributes need not be declared; like local "
611611"variables, they spring into existence when they are first assigned to. For "
612612"example, if ``x`` is the instance of :class:`MyClass` created above, the "
613613"following piece of code will print the value ``16``, without leaving a "
614614"trace::"
615615msgstr ""
616- "Atributos de dados correspondem a \" variáveis de instância\" em Smalltalk, e "
617- "a \" membros de dados\" em C++. Atributos de dados não precisam ser "
618- "declarados. Assim como variáveis locais, eles passam a existir na primeira "
619- "vez em que é feita uma atribuição. Por exemplo, se ``x`` é uma instância da :"
620- "class:`MyClass` criada acima, o próximo trecho de código irá exibir o valor "
621- "``16``, sem deixar nenhum rastro::"
622616
623617#: ../../tutorial/classes.rst:340
624618msgid ""
0 commit comments