Skip to content

Commit 45cb3f1

Browse files
committed
fix typo
1 parent b04942e commit 45cb3f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/concurrent.futures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ msgid ""
6464
"and returns a :class:`Future` object representing the execution of the "
6565
"callable. ::"
6666
msgstr ""
67-
"콜러블 *fn* 이 ``fn(*args **kwargs)`` 처럼 실행되도록 스케쥴하고, 콜러블 객체의 실행을 나타내는 "
67+
"콜러블 *fn* 이 ``fn(*args **kwargs)`` 처럼 실행되도록 스케줄하고, 콜러블 객체의 실행을 나타내는 "
6868
":class:`Future` 객체를 반환합니다. ::"
6969

7070
#: ../Doc/library/concurrent.futures.rst:43

library/os.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4833,7 +4833,7 @@ msgstr "기본 스케줄 정책."
48334833
msgid ""
48344834
"Scheduling policy for CPU-intensive processes that tries to preserve "
48354835
"interactivity on the rest of the computer."
4836-
msgstr "컴퓨터의 나머지 부분에서 반응성을 유지하려고 하는 CPU 집약적인 프로세스를 위한 스케쥴 정책."
4836+
msgstr "컴퓨터의 나머지 부분에서 반응성을 유지하려고 하는 CPU 집약적인 프로세스를 위한 스케줄 정책."
48374837

48384838
#: ../Doc/library/os.rst:3838
48394839
msgid "Scheduling policy for extremely low priority background tasks."

reference/expressions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ msgstr ""
866866
" 구조물 내의 일드 표현식은 대기 중인 :keyword:`finally` 절을 실행하는 데 실패할 수 있습니다. 이 경우에, 비동기"
867867
" 제너레이터-이터레이터의 :meth:`~agen.aclose` 를 호출하고, 그 결과로 오는 코루틴 객체를 실행해서, 대기 중인 "
868868
":keyword:`finally` 절이 실행되도록 하는 책임은, 비동기 제너레이터를 실행하는 이벤트 루프(event loop)나 "
869-
"스케쥴러(scheduler)에게 있습니다."
869+
"스케줄러(scheduler)에게 있습니다."
870870

871871
#: ../Doc/reference/expressions.rst:621
872872
msgid ""

0 commit comments

Comments
 (0)