From 44e5b99853e086bb28c803b33972965951abfd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B5=AC=ED=9D=AC=EC=B0=AC?= Date: Tue, 16 Jun 2026 20:38:18 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Fix=20broken=20Markdown=20in=20K?= =?UTF-8?q?orean=20custom=20response=20docs=20(#15774)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ko/docs/advanced/custom-response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/docs/advanced/custom-response.md b/docs/ko/docs/advanced/custom-response.md index c8c703ac2..d81a9dafb 100644 --- a/docs/ko/docs/advanced/custom-response.md +++ b/docs/ko/docs/advanced/custom-response.md @@ -173,7 +173,7 @@ HTTP 리디렉션 응답을 반환합니다. 기본적으로 상태 코드는 30 ### `StreamingResponse` { #streamingresponse } -비동기 제너레이터 또는 일반 제너레이터/이터레이터(`yield`가 있는 함수`)를 받아 응답 본문을 스트리밍합니다. +비동기 제너레이터 또는 일반 제너레이터/이터레이터(`yield`가 있는 함수)를 받아 응답 본문을 스트리밍합니다. {* ../../docs_src/custom_response/tutorial007_py310.py hl[3,16] *}