Skip to content

Commit 1acacf4

Browse files
committed
fix typo
1 parent 0eab81d commit 1acacf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/functions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ msgid ""
20882088
"If *c* is an instance of *C*, ``c.x`` will invoke the getter, ``c.x = "
20892089
"value`` will invoke the setter and ``del c.x`` the deleter."
20902090
msgstr ""
2091-
"*c* 가 *C* 의 인스턴스면, ``c.x`` 는 게터(getter)를 호출하고, ``cx = value`` 는 "
2091+
"*c* 가 *C* 의 인스턴스면, ``c.x`` 는 게터(getter)를 호출하고, ``c.x = value`` 는 "
20922092
"세터(setter)를 호출하고, ``del c.x`` 는 딜리터(deleter)를 호출합니다."
20932093

20942094
#: ../Doc/library/functions.rst:1243

0 commit comments

Comments
 (0)