Skip to content

Commit c24dde2

Browse files
committed
Closes #516 - update tutorial/classes.po to reflect recent changes
1 parent 8054fb1 commit c24dde2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tutorial/classes.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ msgstr ""
608608
"동등합니다."
609609

610610
#: ../Doc/tutorial/classes.rst:389
611-
#, fuzzy
612611
msgid ""
613612
"If you still don't understand how methods work, a look at the "
614613
"implementation can perhaps clarify matters. When a non-data attribute of"
@@ -997,6 +996,9 @@ msgid ""
997996
"``_MappingSubclass__update`` in the ``MappingSubclass`` class "
998997
"respectively."
999998
msgstr ""
999+
"위의 예는 ``MappingSubclass``\\가 ``__update`` 식별자를 도입하더라도 작동합니다. ``Mapping`` "
1000+
"클래스에서는 ``_Mapping__update``\\로 ``MappingSubclass`` 클래스에서는 "
1001+
"``_MappingSubclass__update``\\로 각각 대체 되기 때문입니다."
10001002

10011003
#: ../Doc/tutorial/classes.rst:711
10021004
msgid ""
@@ -1188,4 +1190,3 @@ msgstr ""
11881190
"갖는데, 모듈의 이름 공간을 구현하는데 사용하는 딕셔너리를 돌려줍니다; 이름 :attr:`~object.__dict__` 는 "
11891191
"어트리뷰트 이지만 전역 이름은 아닙니다. 명백하게, 이것을 사용하는 것은 이름 공간 구현의 추상화를 파괴하는 것이고, 사후 디버거와"
11901192
" 같은 것들로만 제한되어야 합니다."
1191-

0 commit comments

Comments
 (0)