From c58b715f820ca85db694170872830d610476b541 Mon Sep 17 00:00:00 2001 From: zhongjun2 Date: Tue, 18 Jun 2019 13:42:38 +0800 Subject: [PATCH] hwc_network_vpc: fix typo (#57977) --- lib/ansible/modules/cloud/huawei/hwc_network_vpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py b/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py index 3d6c5fabaa5..ae34767efcf 100644 --- a/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py +++ b/lib/ansible/modules/cloud/huawei/hwc_network_vpc.py @@ -57,12 +57,12 @@ options: default: '15m' name: description: - - the name of vpc. + - The name of vpc. type: str required: true cidr: description: - - the range of available subnets in the vpc. + - The range of available subnets in the vpc. type: str required: true extends_documentation_fragment: hwc