From b64990055caa0a96efbe94c2395d6813b74d2cb7 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 30 Jan 2019 17:11:44 +0100 Subject: [PATCH] fix typo a small typo (missing "c" in "cloud") Change-Id: I5748ea9b51aae6dc330856f5635993cded59545a --- examples/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/connect.py b/examples/connect.py index d2730de9c..c8ce89550 100644 --- a/examples/connect.py +++ b/examples/connect.py @@ -25,7 +25,7 @@ import sys openstack.enable_logging(True, stream=sys.stdout) -#: Defines the OpenStack Config loud key in your config file, +#: Defines the OpenStack Config cloud key in your config file, #: typically in $HOME/.config/openstack/clouds.yaml. That configuration #: will determine where the examples will be run and what resource defaults #: will be used to run the examples.