From 80cb86a8012767f22a3d0ed41ff52c4d93b33276 Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 15 Apr 2014 19:14:30 -0400 Subject: [PATCH] comment about tuple mut. --- .../not_so_obvious_python_stuff-checkpoint.ipynb | 7 +++++-- not_so_obvious_python_stuff.ipynb | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.ipynb_checkpoints/not_so_obvious_python_stuff-checkpoint.ipynb b/.ipynb_checkpoints/not_so_obvious_python_stuff-checkpoint.ipynb index f7ca828..28a4c83 100644 --- a/.ipynb_checkpoints/not_so_obvious_python_stuff-checkpoint.ipynb +++ b/.ipynb_checkpoints/not_so_obvious_python_stuff-checkpoint.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:b6e7356842906c447ef3c7520aac098e7fe4f888e46fdd5ae06905f1ebe68e27" + "signature": "sha256:257a5a05fdf9f21f3a395d8edea0d549d6444deac97319a4c0c0d6478c490ece" }, "nbformat": 3, "nbformat_minor": 0, @@ -837,7 +837,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "As we all know, tuples are immutable objects in Python, right!?" + "As we all know, tuples are immutable objects in Python, right!?\n", + "\n", + "**Note:** As a careful reader pointed out, \n", + "\"The tuple is still immutable. You were unable to change it's cardinality, or trick it into pointing to a different contained object.\"" ] }, { diff --git a/not_so_obvious_python_stuff.ipynb b/not_so_obvious_python_stuff.ipynb index f7ca828..28a4c83 100644 --- a/not_so_obvious_python_stuff.ipynb +++ b/not_so_obvious_python_stuff.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:b6e7356842906c447ef3c7520aac098e7fe4f888e46fdd5ae06905f1ebe68e27" + "signature": "sha256:257a5a05fdf9f21f3a395d8edea0d549d6444deac97319a4c0c0d6478c490ece" }, "nbformat": 3, "nbformat_minor": 0, @@ -837,7 +837,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "As we all know, tuples are immutable objects in Python, right!?" + "As we all know, tuples are immutable objects in Python, right!?\n", + "\n", + "**Note:** As a careful reader pointed out, \n", + "\"The tuple is still immutable. You were unable to change it's cardinality, or trick it into pointing to a different contained object.\"" ] }, {