@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"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 "
21
21
"PO-Revision-Date : 2017-02-16 23:39+0000\n "
22
22
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
23
23
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -612,19 +612,13 @@ msgstr ""
612
612
613
613
#: ../../tutorial/classes.rst:328
614
614
msgid ""
615
- "*data attributes* correspond to \" instance variables\" in Smalltalk, and to "
615
+ "*Data attributes* correspond to \" instance variables\" in Smalltalk, and to "
616
616
"\" data members\" in C++. Data attributes need not be declared; like local "
617
617
"variables, they spring into existence when they are first assigned to. For "
618
618
"example, if ``x`` is the instance of :class:`MyClass` created above, the "
619
619
"following piece of code will print the value ``16``, without leaving a "
620
620
"trace::"
621
621
msgstr ""
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::"
628
622
629
623
#: ../../tutorial/classes.rst:340
630
624
msgid ""
0 commit comments