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
This commit is contained in:
Chang Liu 2018-03-30 14:27:09 +08:00
parent b8b6b051ff
commit 98cf467c58
1 changed files with 1 additions and 1 deletions

View File

@ -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