From 0029a1f2426fbaf5e87008f057a5ebccbc479f91 Mon Sep 17 00:00:00 2001
From: Zeynep Hakguder <zhakguder@cse.unl.edu>
Date: Mon, 4 Jun 2018 14:17:02 +0000
Subject: [PATCH] Update GettingFamiliar.ipynb

---
 ProgrammingAssignment_0/GettingFamiliar.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProgrammingAssignment_0/GettingFamiliar.ipynb b/ProgrammingAssignment_0/GettingFamiliar.ipynb
index ef0d0c2..2cc5c53 100644
--- a/ProgrammingAssignment_0/GettingFamiliar.ipynb
+++ b/ProgrammingAssignment_0/GettingFamiliar.ipynb
@@ -9,7 +9,7 @@
     "Each rectangular box is called a cell. \n",
     "* Ctrl+ENTER evaluates the current cell; if it contains Python code, it runs the code, if it contains Markdown, it returns rendered text.\n",
     "* Alt+ENTER evaluates the current cell and adds a new cell below it.\n",
-    "* If you click to the left of a cell, you'll notice the frame changes color to blue. You can erase a cell by hitting 'dd' (that's two **d**s in a row) when the frame is blue."
+    "* If you click to the left of a cell, you'll notice the frame changes color to blue. You can erase a cell by hitting 'dd' (that's two **d**'s in a row) when the frame is blue."
    ]
   },
   {
-- 
GitLab