We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446a407 commit 64bdb18Copy full SHA for 64bdb18
beginner_source/former_torchies/tensor_tutorial_old.py
@@ -40,7 +40,7 @@
40
41
###############################################################
42
# ``narrow`` 와 같은 일부 연산들은 바꿔치기 버전을 갖지 않기 때문에 ``.narrow_`` 는
43
-# 존재하지 않습니다. 또한, ``fill_`` 은 반환하기 버전을 갖지 않기 떄문에 역시
+# 존재하지 않습니다. 또한, ``fill_`` 은 반환하기 버전을 갖지 않기 때문에 역시
44
# ``.fill`` 도 존재하지 않습니다.
45
#
46
# 0-인덱스(Zero Indexing)
0 commit comments