From 3451971f8e70552fe55d933033a367e3e74d6da5 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 22 Jun 2015 14:20:30 +0530 Subject: [PATCH] tutorial link fixed --- humblematch/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humblematch/docs/index.md b/humblematch/docs/index.md index e5eb205..a88d0e9 100644 --- a/humblematch/docs/index.md +++ b/humblematch/docs/index.md @@ -28,4 +28,4 @@ This is the only typechecking code you'll need for valid arguments. from humblematch import w 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.