summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChang Liu <liuchang77@chinaunicom.cn>2018-03-30 14:27:09 +0800
committerChang Liu <liuchang77@chinaunicom.cn>2018-04-02 09:38:37 +0800
commit98cf467c58e4521376569e44bfdb8c99f6826344 (patch)
treeb8fc178500fcc497146c94566d2954ce66628da1 /README.rst
parentb8b6b051ff382f13db63bac522568f1bde0a2d16 (diff)
downloadtempest-98cf467c58e4521376569e44bfdb8c99f6826344.tar.gz
Fix a capitalization mistake in README.rst
Reviewing the README.rst of tempest, I noticed a wrong capitalization. The word "Scenario" is capitalized when instead it should be lower-case. So I fix it. Change-Id: I22208608e0b19df6da9d718e44499a1379ecd011
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f8059ae4e..044ae0925 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ https://docs.openstack.org/tempest/latest/
This is a set of integration tests to be run against a live OpenStack
cluster. Tempest has batteries of tests for OpenStack API validation,
-Scenarios, and other specific tests useful in validating an OpenStack
+scenarios, and other specific tests useful in validating an OpenStack
deployment.
Design Principles