diff options
author | Sean Dague <sdague@linux.vnet.ibm.com> | 2013-01-08 17:00:49 -0500 |
---|---|---|
committer | Sean Dague <sdague@linux.vnet.ibm.com> | 2013-01-09 15:47:22 -0500 |
commit | 296288222240338bae5c2edf533cf4e3b52b5da6 (patch) | |
tree | d8ff1ca20114e77f339aa47f9045688e500a6861 /nova/policy.py | |
parent | da1c8bdd5cde21f12d608b618ed9342baf760d65 (diff) | |
download | nova-296288222240338bae5c2edf533cf4e3b52b5da6.tar.gz |
fix N402 for rest of nova
fix N402 (single line docstrings should end in a period) for
rest of nova files
Change-Id: I57d0d9ab01345dd83e544e476d79d2c2ca68ee51
Diffstat (limited to 'nova/policy.py')
-rw-r--r-- | nova/policy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/policy.py b/nova/policy.py index 5a300cfb2a..27e261eac7 100644 --- a/nova/policy.py +++ b/nova/policy.py @@ -15,7 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""Policy Engine For Nova""" +"""Policy Engine For Nova.""" import os.path |