Skip to content

Commit e83de7f

Browse files
committed
Closes #532 - update howto/functional.po to reflect recent changes
1 parent e604792 commit e83de7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

howto/functional.po

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
@@ -1463,15 +1462,14 @@ msgid ""
14631462
msgstr "파이썬 내장 함수나 적당한 모듈 함수가 있다면, 새로운 함수를 정의할 필요가 전혀 없습니다::"
14641463

14651464
#: ../Doc/howto/functional.rst:1110
1466-
#, fuzzy
14671465
msgid ""
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::"
14731471
msgstr ""
1474-
"필요한 기능이 없다면 작성해야 합니다. 작은 함수를 작성하는 한 가지 방법은 :keyword:`lambda` 문을 사용하는 "
1472+
"필요한 기능이 없다면 작성해야 합니다. 작은 함수를 작성하는 한 가지 방법은 :keyword:`lambda` 표현식을 사용하는 "
14751473
"것입니다. ``lambda`` 는 여러 매개 변수와 이들 매개 변수를 결합하는 표현식을 취해 표현식의 값을 반환하는 익명의 함수를 "
14761474
"만듭니다::"
14771475

0 commit comments

Comments
 (0)