From 14996364a2e32ad13840cff27c0874024ee50b2e Mon Sep 17 00:00:00 2001 From: rasbt Date: Fri, 26 Sep 2014 18:09:11 -0400 Subject: [PATCH] snippet upd --- python_patterns/patterns.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_patterns/patterns.ipynb b/python_patterns/patterns.ipynb index 5b6e031..fc3e45f 100644 --- a/python_patterns/patterns.ipynb +++ b/python_patterns/patterns.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:f89c18f0692550a8e1f3a2999eda339bc0905a2dd1413049101148918e7a6c5e" + "signature": "sha256:0c9d8c8b65b0eec5bb7c2a2790f08a1e49daf27dac2c9dcfe8d85ce958046a2c" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +27,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "I just cleaned my hard drive and found a couple of useful Python patterns that I had some use for in the past. I thought it would be worthwhile to collect them in a IPython notebook for personal reference and share it with people who might find them useful too. \n", + "I just cleaned my hard drive and found a couple of useful Python snippets that I had some use for in the past. I thought it would be worthwhile to collect them in a IPython notebook for personal reference and share it with people who might find them useful too. \n", "Most of those snippets are hopefully self-explanatory, but I am planning to add more comments and descriptions in future." ] },