From 32e6aa1e9cb3d1459dbe861114bed2ddee9f5143 Mon Sep 17 00:00:00 2001 From: Robin Wilson Date: Fri, 28 Aug 2015 19:00:28 +0100 Subject: [PATCH] Fixed typo in docs README --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index c89500e7..7e969b3c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ To build docs, run `make` in this directory. `make help` lists all targets. ## Requirements ## Sphinx and Latex is needed to build doc. -**Spinx:** +**Sphinx:** ```sh pip install sphinx ```