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`.