Skip to content

Commit a103a48

Browse files
committed
Merge pull request #1684 from garrmark/patch-2
Fix link to "A Guide to Python's Magic Methods"
2 parents 7ecf281 + 0b64f9f commit a103a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

free-programming-books.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ See also [TeX](#tex)
15241524
### Python
15251525
* [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)
15261526
* [A Bit of Python and Other Things](https://github.com/RafeKettler/magicmethods)
1527-
* [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html) - Rafe Kettler
1527+
* [A Guide to Python's Magic Methods](https://github.com/RafeKettler/magicmethods) - Rafe Kettler
15281528
* [Automate the Boring Stuff](http://automatetheboringstuff.com/chapter0/) - Al Sweigart
15291529
* [Biopython](http://biopython.org/DIST/docs/tutorial/Tutorial.pdf)
15301530
* [Building Skills in Object-Oriented Design (Python)](http://www.itmaybeahack.com/book/oodesign-python-2.1/latex/BuildingSkillsinOODesign.pdf) (PDF) (2.1.1)

0 commit comments

Comments
 (0)