File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.6\n "
@@ -1463,15 +1462,14 @@ msgid ""
14631462msgstr "파이썬 내장 함수나 적당한 모듈 함수가 있다면, 새로운 함수를 정의할 필요가 전혀 없습니다::"
14641463
14651464#: ../Doc/howto/functional.rst:1110
1466- #, fuzzy
14671465msgid ""
14681466"If the function you need doesn't exist, you need to write it. One way to"
14691467" write small functions is to use the :keyword:`lambda` expression. "
14701468"``lambda`` takes a number of parameters and an expression combining these"
14711469" parameters, and creates an anonymous function that returns the value of "
14721470"the expression::"
14731471msgstr ""
1474- "필요한 기능이 없다면 작성해야 합니다. 작은 함수를 작성하는 한 가지 방법은 :keyword:`lambda` 문을 사용하는 "
1472+ "필요한 기능이 없다면 작성해야 합니다. 작은 함수를 작성하는 한 가지 방법은 :keyword:`lambda` 표현식을 사용하는 "
14751473"것입니다. ``lambda`` 는 여러 매개 변수와 이들 매개 변수를 결합하는 표현식을 취해 표현식의 값을 반환하는 익명의 함수를 "
14761474"만듭니다::"
14771475
You can’t perform that action at this time.
0 commit comments