From 62485c7a7bb59e6b9c94f1225bbaa12b1b89474d Mon Sep 17 00:00:00 2001 From: Peter Razumovsky Date: Fri, 18 Sep 2015 11:07:24 +0300 Subject: [PATCH] Fix [H405] pep rule in heat/httpd Implements bp docstring-improvements Change-Id: I76f60bb743de8950328dfbad2a3d687d38b0b751 --- heat/httpd/heat-api-cfn.py | 5 ++--- heat/httpd/heat-api-cloudwatch.py | 5 ++--- heat/httpd/heat-api.py | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/heat/httpd/heat-api-cfn.py b/heat/httpd/heat-api-cfn.py index 9c6a8d5fff..2c8d570557 100644 --- a/heat/httpd/heat-api-cfn.py +++ b/heat/httpd/heat-api-cfn.py @@ -12,10 +12,9 @@ # License for the specific language governing permissions and limitations # under the License. -"""WSGI script for heat-api-cfn - -Script for running heat-api-cfn under Apache2 +"""WSGI script for heat-api-cfn. +Script for running heat-api-cfn under Apache2. """ diff --git a/heat/httpd/heat-api-cloudwatch.py b/heat/httpd/heat-api-cloudwatch.py index 36218ca9a5..44308be10d 100644 --- a/heat/httpd/heat-api-cloudwatch.py +++ b/heat/httpd/heat-api-cloudwatch.py @@ -12,10 +12,9 @@ # License for the specific language governing permissions and limitations # under the License. -"""WSGI script for heat-api-cloudwatch - -Script for running heat-api-cloudwatch under Apache2 +"""WSGI script for heat-api-cloudwatch. +Script for running heat-api-cloudwatch under Apache2. """ diff --git a/heat/httpd/heat-api.py b/heat/httpd/heat-api.py index e3b8330db6..d11ef17ce7 100644 --- a/heat/httpd/heat-api.py +++ b/heat/httpd/heat-api.py @@ -12,10 +12,9 @@ # License for the specific language governing permissions and limitations # under the License. -"""WSGI script for heat-api - -Script for running heat-api under Apache2 +"""WSGI script for heat-api. +Script for running heat-api under Apache2. """