From 016b4ede2efdf75dd4b306d1325829d2d2b9dd03 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 5 Aug 2015 17:35:59 -0400 Subject: [PATCH] minor doc fix --- cloud/amazon/ec2_eip.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/amazon/ec2_eip.py b/cloud/amazon/ec2_eip.py index a564612e220..8c9dfc76623 100644 --- a/cloud/amazon/ec2_eip.py +++ b/cloud/amazon/ec2_eip.py @@ -52,8 +52,7 @@ options: version_added: "1.4" reuse_existing_ip_allowed: description: - - Reuse an EIP that is not associated to an instance (when available),''' -''' instead of allocating a new one. + - Reuse an EIP that is not associated to an instance (when available), instead of allocating a new one. required: false default: false version_added: "1.6"