File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ msgid ""
6464"and returns a :class:`Future` object representing the execution of the "
6565"callable. ::"
6666msgstr ""
67- "콜러블 *fn* 이 ``fn(*args **kwargs)`` 처럼 실행되도록 스케쥴하고 , 콜러블 객체의 실행을 나타내는 "
67+ "콜러블 *fn* 이 ``fn(*args **kwargs)`` 처럼 실행되도록 스케줄하고 , 콜러블 객체의 실행을 나타내는 "
6868":class:`Future` 객체를 반환합니다. ::"
6969
7070#: ../Doc/library/concurrent.futures.rst:43
Original file line number Diff line number Diff line change @@ -4833,7 +4833,7 @@ msgstr "기본 스케줄 정책."
48334833msgid ""
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
48394839msgid "Scheduling policy for extremely low priority background tasks."
Original file line number Diff line number Diff 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
872872msgid ""
You can’t perform that action at this time.
0 commit comments