File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -903,7 +903,7 @@ msgid ""
903903msgstr ""
904904"모듈의 ``__package__`` 어트리뷰트는 반드시 설정되어야 한다. 값은 문자열이어야 하는데, ``__name__`` 과 같은"
905905" 값일 수 있다. 모듈이 패키지일 때, ``__package__`` 값은 ``__name__`` 으로 설정되어야 한다. 모듈이 "
906- "패키지가 아닐 때, 최상위 모듈이면 빈 문자열로 설정되고, 서브 모듈아면 부모 패키지의 이름으로 설정되어야 한다. 더 상세한 내용은"
906+ "패키지가 아닐 때, 최상위 모듈이면 빈 문자열로 설정되고, 서브 모듈이면 부모 패키지의 이름으로 설정되어야 한다. 더 상세한 내용은"
907907" :pep:`366` 을 참고하면 된다."
908908
909909#: ../Doc/reference/import.rst:560
@@ -1002,9 +1002,8 @@ msgid "module.__path__"
10021002msgstr "module.__path__"
10031003
10041004#: ../Doc/reference/import.rst:620
1005- #, fuzzy
10061005msgid "By definition, if a module has a ``__path__`` attribute, it is a package."
1007- msgstr "정의 때문에, 모듈이 ``__path__`` 를 가지면, 그 값과 관계없이 이 모듈은 패키지다."
1006+ msgstr "정의에 따르면, 모듈에 ``__path__`` 어트리뷰트가 있으면, 이 모듈은 패키지다."
10081007
10091008#: ../Doc/reference/import.rst:622
10101009msgid ""
You can’t perform that action at this time.
0 commit comments