From 882494abfbbb936606989ce56865be0a3050583b Mon Sep 17 00:00:00 2001 From: Seth Rutner Date: Sun, 18 Mar 2018 14:19:47 -0700 Subject: [PATCH] Update 06-Tuples.ipynb Updated for accuracy --- 00-Python Object and Data Structure Basics/06-Tuples.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Python Object and Data Structure Basics/06-Tuples.ipynb b/00-Python Object and Data Structure Basics/06-Tuples.ipynb index 3f93a3369..96907b165 100644 --- a/00-Python Object and Data Structure Basics/06-Tuples.ipynb +++ b/00-Python Object and Data Structure Basics/06-Tuples.ipynb @@ -238,7 +238,7 @@ "\n", "You should now be able to create and use tuples in your programming as well as have an understanding of their immutability.\n", "\n", - "Up next Files!" + "Up next Sets and Booleans!!" ] } ],