Skip to content

Commit 3f0841a

Browse files
committed
patterns changed to snippets
1 parent 5a8f0a6 commit 3f0841a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
- Quick guide for dealing with missing numbers in NumPy [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/numpy_nan_quickguide.ipynb)]
5353

54-
- A random collection of useful Python patterns [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb)]
54+
- A random collection of useful Python snippets [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb)]
5555

5656
<br>
5757

python_patterns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# A collection of useful Python patterns
1+
# A collection of useful Python snippets
22

33
[View](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb) the IPython Notebook.

python_patterns/patterns.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:51af96cc55143f75f6699c3e53aeead72f1b503d1759501f341f13fbc3436a4c"
4+
"signature": "sha256:f89c18f0692550a8e1f3a2999eda339bc0905a2dd1413049101148918e7a6c5e"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -20,7 +20,7 @@
2020
"level": 1,
2121
"metadata": {},
2222
"source": [
23-
"A random collection of useful Python patterns"
23+
"A random collection of useful Python snippets"
2424
]
2525
},
2626
{

0 commit comments

Comments
 (0)