From a6ee6f47ff28e8ac872bc1a185c0a58da9c2987e Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Tue, 12 Mar 2019 11:39:37 +0000
Subject: [PATCH] Keyword, not key word

---
 docs/source/plotting/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/plotting/index.rst b/docs/source/plotting/index.rst
index 19782b99f17..35d5f057596 100644
--- a/docs/source/plotting/index.rst
+++ b/docs/source/plotting/index.rst
@@ -605,7 +605,7 @@ For much more on customising the graph appearance see the `Matplotlib documentat
 A list of some common properties you might want to change and the keywords to set:
 
 +--------------------+-------------------------+------------+
-| Parameter          | Key word                | Default    |
+| Parameter          | Keyword                 | Default    |
 +--------------------+-------------------------+------------+
 | Error bar cap      | ``errorbar.capsize``    | 0          |
 +--------------------+-------------------------+------------+
-- 
GitLab