From 4922396893110e5eacf3274d0b3eabad53146e1e Mon Sep 17 00:00:00 2001 From: Henrik Algestam Date: Sat, 30 Mar 2019 21:14:45 +0100 Subject: [PATCH] Doc: Fix reference to kube-shell --- kubeshell/toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubeshell/toolbar.py b/kubeshell/toolbar.py index 000c784..102949d 100644 --- a/kubeshell/toolbar.py +++ b/kubeshell/toolbar.py @@ -3,7 +3,7 @@ from pygments.token import Keyword, Name, Operator, Generic, Literal, Text class Toolbar(object): - """Show information about the aws-shell in a tool bar. + """Show information about the kube-shell in a tool bar. :type handler: callable :param handler: Wraps the callable `get_toolbar_items`.