diff --git a/beginner_source/Intro_to_TorchScript_tutorial.py b/beginner_source/Intro_to_TorchScript_tutorial.py index a555c631d..b341cda8d 100644 --- a/beginner_source/Intro_to_TorchScript_tutorial.py +++ b/beginner_source/Intro_to_TorchScript_tutorial.py @@ -47,7 +47,7 @@ # 호출 중에 모듈에 의해 사용될 수 있습니다. # 3. ``forward`` 함수. 모듈이 호출될 때 실행되는 코드입니다. # -# 작은 예제로 시작해 보겟습니다: +# 작은 예제로 시작해 보겠습니다: # class MyCell(torch.nn.Module):