Skip to content

Commit 2aa1d4a

Browse files
committed
fix typo
1 parent d6043fd commit 2aa1d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/profile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msgid ""
3636
"executed. These statistics can be formatted into reports via the "
3737
":mod:`pstats` module."
3838
msgstr ""
39-
":mod:`cProfile`\\과 :mod:`profile`\\은 파이썬 프로그램의 :dfn:`결정적 프로파일링 "
39+
":mod:`cProfile`\\과 :mod:`profile`\\은 파이썬 프로그램의 :dfn:`결정론적 프로파일링 "
4040
"(deterministic profiling)`\\을 제공합니다. :dfn:`프로파일 (profile)`\\은 프로그램의 여러 "
4141
"부분이 얼마나 자주 그리고 얼마나 오랫동안 실행되었는지를 기술하는 통계 집합입니다. 이러한 통계는 :mod:`pstats` 모듈을 "
4242
"통해 보고서로 포매팅 할 수 있습니다."

0 commit comments

Comments
 (0)