diff --git a/reference/pti/golang.rst b/reference/pti/golang.rst index 6829ef721..8c8e79d42 100644 --- a/reference/pti/golang.rst +++ b/reference/pti/golang.rst @@ -14,7 +14,7 @@ foreign to what developers are accustomed to in their respective communities. Remember these are first OpenStack projects and they follow OpenStack processes where feasible. -Each golang project must be able to do: +Each project with golang components must be able to do: - Dependency installation - Code style checks diff --git a/reference/pti/javascript.rst b/reference/pti/javascript.rst index a5f0617ac..a1483c76a 100644 --- a/reference/pti/javascript.rst +++ b/reference/pti/javascript.rst @@ -5,7 +5,8 @@ Project Testing Interface: JavaScript ===================================== This document outlines common ways to meet the Project Testing Interface -requirements for JavaScript. Each JavaScript project must be able to do: +requirements for JavaScript. Each project with JavaScript components must be +able to do: - Codestyle checks. - Execute Tests and Code Coverage diff --git a/reference/pti/python.rst b/reference/pti/python.rst index 45b498c2d..2e78292c2 100644 --- a/reference/pti/python.rst +++ b/reference/pti/python.rst @@ -4,7 +4,7 @@ Project Testing Interface: Python ================================= -Each python project must be able to do: +Each project containing Python components must be able to do: - Unit tests for python (see below for version details) - Codestyle checks