tutorial link fixed

This commit is contained in:
2015-06-22 14:20:30 +05:30
parent 931e7ed937
commit 3451971f8e
+1 -1
View File
@@ -28,4 +28,4 @@ This is the only typechecking code you'll need for valid arguments.
from humblematch import w from humblematch import w
assert( w([int, int]) == [x, y] or w([[int, int], None]) == [x, y] ) assert( w([int, int]) == [x, y] or w([[int, int], None]) == [x, y] )
If you like it, please move to the [Tutorials](./tutorial). Its a bit long, but that all the documentation youll need to know. If you like it, please move to the [Tutorials](./Tutorial). Its a bit long, but that all the documentation youll need to know.