summaryrefslogtreecommitdiff
path: root/REVIEWING.rst
diff options
context:
space:
mode:
authorChang Liu <liuchang77@chinaunicom.cn>2018-04-02 09:57:46 +0800
committerChang Liu <liuchang77@chinaunicom.cn>2018-04-02 08:44:29 +0000
commit18610f9c54b616aa85ba80447d943d7d73aa8b4f (patch)
tree88c4580237af1916299bcc2caf94ec333f80a554 /REVIEWING.rst
parent98cf467c58e4521376569e44bfdb8c99f6826344 (diff)
downloadtempest-18610f9c54b616aa85ba80447d943d7d73aa8b4f.tar.gz
Fix a plural mistake REVIEWING.rst
Reviewing the REVIEWING.rst of tempest, I noticed a plural mistake. The word "APIs" is plural and it shouldn't add 'a' in the front. And there is an extra "that" before "which". So I fix it. Change-Id: I84d81f44314feadaebfcd4a834f854364328593b
Diffstat (limited to 'REVIEWING.rst')
-rw-r--r--REVIEWING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/REVIEWING.rst b/REVIEWING.rst
index 766d0c63f..a8801814d 100644
--- a/REVIEWING.rst
+++ b/REVIEWING.rst
@@ -42,8 +42,8 @@ be self verifying by running them in the gate.
API Stability
-------------
-Tests should only be added for a published stable APIs. If a patch contains
-tests for an API which hasn't been marked as stable or for an API that which
+Tests should only be added for published stable APIs. If a patch contains
+tests for an API which hasn't been marked as stable or for an API which
doesn't conform to the `API stability guidelines
<https://wiki.openstack.org/wiki/Governance/Approved/APIStability>`_ then it
should not be approved.