Skip to content

Commit e350635

Browse files
authored
beginner/Intro_to_TorchScript_tutorial 개선 (오타 수정) (#462)
1 parent 9eac20e commit e350635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/Intro_to_TorchScript_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# 호출 중에 모듈에 의해 사용될 수 있습니다.
4848
# 3. ``forward`` 함수. 모듈이 호출될 때 실행되는 코드입니다.
4949
#
50-
# 작은 예제로 시작해 보겟습니다:
50+
# 작은 예제로 시작해 보겠습니다:
5151
#
5252

5353
class MyCell(torch.nn.Module):

0 commit comments

Comments
 (0)