From 76ffe2226103e9babf54d3fb0ede1c0b5ff8b22f Mon Sep 17 00:00:00 2001 From: Anton Chuchuva <67221090+achuchuva@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:13:01 +1100 Subject: [PATCH] Fix typo --- examples/tutorials/kdd_2023/code_tutorial_1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/kdd_2023/code_tutorial_1.ipynb b/examples/tutorials/kdd_2023/code_tutorial_1.ipynb index 8613837b..5dc4591d 100644 --- a/examples/tutorials/kdd_2023/code_tutorial_1.ipynb +++ b/examples/tutorials/kdd_2023/code_tutorial_1.ipynb @@ -69,7 +69,7 @@ "id": "myGdQat5esDh" }, "source": [ - "At first, you need to install TF-GNN and import required libraries. As TF-GNN is actively developped, we include code that is on github but **not yet in pip package** in a hidden cell." + "At first, you need to install TF-GNN and import required libraries. As TF-GNN is actively developed, we include code that is on github but **not yet in pip package** in a hidden cell." ] }, {