We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eab81d commit 1acacf4Copy full SHA for 1acacf4
library/functions.po
@@ -2088,7 +2088,7 @@ msgid ""
2088
"If *c* is an instance of *C*, ``c.x`` will invoke the getter, ``c.x = "
2089
"value`` will invoke the setter and ``del c.x`` the deleter."
2090
msgstr ""
2091
-"*c* 가 *C* 의 인스턴스면, ``c.x`` 는 게터(getter)를 호출하고, ``cx = value`` 는 "
+"*c* 가 *C* 의 인스턴스면, ``c.x`` 는 게터(getter)를 호출하고, ``c.x = value`` 는 "
2092
"세터(setter)를 호출하고, ``del c.x`` 는 딜리터(deleter)를 호출합니다."
2093
2094
#: ../Doc/library/functions.rst:1243
0 commit comments