From 2309a6d0506e40a8d010c3ac3f2d5b18bce33f58 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Thu, 21 Mar 2019 22:16:45 +0800 Subject: [PATCH] Fix typo --- tutorial_deep_learning_basics/deep_learning_basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_deep_learning_basics/deep_learning_basics.ipynb b/tutorial_deep_learning_basics/deep_learning_basics.ipynb index 2b4f48f..5032bf2 100644 --- a/tutorial_deep_learning_basics/deep_learning_basics.ipynb +++ b/tutorial_deep_learning_basics/deep_learning_basics.ipynb @@ -65,7 +65,7 @@ "source": [ "## Part 0: Prerequisites:\n", "\n", - "We recommend that you run this this notebook in the cloud on Google Colab (see link with icon at the top) if you're not already doing so. It's the simplest way to get started. You can also [install TensorFlow locally](https://www.tensorflow.org/install/). But, again, simple is best (with caveats):\n", + "We recommend that you run this notebook in the cloud on Google Colab (see link with icon at the top) if you're not already doing so. It's the simplest way to get started. You can also [install TensorFlow locally](https://www.tensorflow.org/install/). But, again, simple is best (with caveats):\n", "\n", "![Einstein](https://i.imgur.com/vfPDHGN.png)\n", "\n",