From 6fb98ec0844fdb20a73ea534ee94961467a02a8e Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Thu, 13 Aug 2015 14:02:52 -0700 Subject: [PATCH] Fix typo in Tempest Coding Guide. "doctstrings" was mis-spelled as "docstings" in tempest/HACKING.html Change-Id: I0ae2b84af718cc032cd031612a898895a2b3c21d Closes-bug: #1484356 --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 45c35df54c..6ddb8ac1ff 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -275,7 +275,7 @@ itself, and thus have a different set of guidelines around them: Test Documentation ------------------ For tests being added we need to require inline documentation in the form of -docstings to explain what is being tested. In API tests for a new API a class +docstrings to explain what is being tested. In API tests for a new API a class level docstring should be added to an API reference doc. If one doesn't exist a TODO comment should be put indicating that the reference needs to be added. For individual API test cases a method level docstring should be used to