From da91e50c85005ab206d1dbf25fde677f183abe83 Mon Sep 17 00:00:00 2001 From: Chang-Uk Jeong <ukjung18@ajou.ac.kr> Date: Sun, 10 Dec 2023 20:14:54 +0900 Subject: [PATCH] Update introduction.rst --- docs_ko/get_started/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_ko/get_started/introduction.rst b/docs_ko/get_started/introduction.rst index b8c56af..f922411 100644 --- a/docs_ko/get_started/introduction.rst +++ b/docs_ko/get_started/introduction.rst @@ -52,8 +52,8 @@ | -모든 엣지의 소스 노드와 타겟 노드를 정의하는 텐서인 `edge_index`가 인덱스 튜플의 리스트가 **아니** 라는 점에 유의하십시오. -이런 방식으로 인덱스를 작성하려면, 데이터 생성자에게 넘겨주기 전에 반드시 `edge_index`를 전치하고 `contiguous` 함수를 적용해줘야 합니다: +모든 엣지의 소스 노드와 타겟 노드를 정의하는 텐서인 `edge_index` 가 인덱스 튜플의 리스트가 **아니**라는 점에 유의하십시오. +이런 방식으로 인덱스를 작성하려면, 데이터 생성자에게 넘겨주기 전에 반드시 `edge_index` 를 전치하고 `contiguous` 함수를 적용해줘야 합니다: .. code-block:: python -- GitLab