Skip to content

Commit

Permalink
Update tutorial.md to fix capitalization error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj authored Mar 14, 2017
1 parent 398a6e5 commit e3101c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3101c7

Please sign in to comment.