From 71e0bf2cf7d46fac82c7d44ca8ed3c307eb49185 Mon Sep 17 00:00:00 2001 From: Tao He Date: Tue, 6 Sep 2022 11:30:13 +0800 Subject: [PATCH] Fixes a typo in the tutorial notebooks (#2007) Signed-off-by: Tao He --- tutorials/zh/06_writing_your_own_algorithms.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/zh/06_writing_your_own_algorithms.ipynb b/tutorials/zh/06_writing_your_own_algorithms.ipynb index c4321799c02f..324022692433 100644 --- a/tutorials/zh/06_writing_your_own_algorithms.ipynb +++ b/tutorials/zh/06_writing_your_own_algorithms.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Install graphscope package is you are NOT in the Playground\n", + "# Install graphscope package if you are NOT in the Playground\n", "\n", "!pip3 install graphscope\n", "GraphScope 的图分析引擎继承了 [GRAPE](https://dl.acm.org/doi/10.1145/3282488) , 该系统于 SIGMOD2017 上首次提出并获得最佳论文奖。\n",