diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 3103604542..beb6e3198d 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -651,8 +651,8 @@
distutils-based build systems require
the distutils class in their recipes.
- Extensions that use the setuptools-based build
- systems require the
+ Extensions that use build systems based on
+ setuptools require the
setuptools
class in their recipes.
@@ -679,8 +679,8 @@
distutils-based build systems require
the distutils class in their recipes.
- Extensions that use the setuptools3-based build
- systems require the
+ Extensions that use build systems based on
+ setuptools3 require the
setuptools3
class in their recipes.
@@ -2691,7 +2691,8 @@
The setuptools3 class supports Python
- version 3.x extensions that use setuptools3-based build systems.
+ version 3.x extensions that use build systems based on
+ setuptools3.
If your recipe uses these build systems, the recipe needs to
inherit the setuptools3 class.