From e3101c7daef1f1f35b73c17ae744c8578a71ae49 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Mon, 13 Mar 2017 17:43:22 -0700 Subject: [PATCH] Update tutorial.md to fix capitalization error --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 7282baa0..fde603ad 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -134,7 +134,7 @@ When using the `grad` function, the output must be a scalar, but the functions ` ## Supported and unsupported parts of numpy/scipy -Numpy has [a lot of features](http://docs.scipy.org/doc/numpy/reference/). We've done our best to support most of them. so far, we've implemented gradients for: +Numpy has [a lot of features](http://docs.scipy.org/doc/numpy/reference/). We've done our best to support most of them. So far, we've implemented gradients for: * most of the [mathematical operations](../autograd/numpy/numpy_grads.py) * most of the [array and matrix manipulation routines](../autograd/numpy/numpy_grads.py) * some [linear algebra](../autograd/numpy/linalg.py) functions