Skip to content

Commit 3ec14dc

Browse files
authored
Update classes.po
1 parent fda42be commit 3ec14dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/classes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,12 +878,12 @@ msgstr "x.f()"
878878

879879
#: ../../tutorial/classes.rst:362
880880
msgid ""
881-
"In the :class:`!MyClass` example, this will return the string ``'hello "
881+
"If ``x = MyClass()``, as above, this will return the string ``'hello "
882882
"world'``. However, it is not necessary to call a method right away: "
883883
"``x.f`` is a method object, and can be stored away and called at a later "
884884
"time. For example::"
885885
msgstr ""
886-
"În exemplul cu :class:`!ClasaMea`, un atare apel va returna șirul de "
886+
"Dacă ``x = MyClass()``, ca mai sus, un atare apel va returna șirul de "
887887
"caractere ``'salutare, lume'``. Pe de altă parte, nu este nevoie să "
888888
"apelăm metodele imediat: cum ``x.f`` este un obiect metodă, el poate fi "
889889
"stocat undeva și apelat la momentul dorit. De exemplu::"

0 commit comments

Comments
 (0)