summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-3.3.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-22 11:19:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch)
tree7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/migration-guides/migration-3.3.rst
parent55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff)
downloadpoky-4d01625794c6517e07fe0b6218c7c3ce004f5951.tar.gz
manuals: fix paragraphs with the "inherit" word
Nothing wrong with this word, but instances of "inherit" were looked for while looking for class names without references. Fixing alignment and sometimes syntax. (From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
-rw-r--r--documentation/migration-guides/migration-3.3.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index d110aacd81..e8e5935e19 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -99,9 +99,9 @@ variable so that recipes can specify it explicitly, for example::
99 99
100Recipes that inherit from ``distutils3`` (or 100Recipes that inherit from ``distutils3`` (or
101:ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits 101:ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits
102``distutils3``) that also set :term:`S` to 102``distutils3``) that also set :term:`S` to point to a Python module within a
103point to a Python module within a subdirectory in the aforementioned 103subdirectory in the aforementioned manner should be changed to set
104manner should be changed to set ``DISTUTILS_SETUP_PATH`` instead. 104``DISTUTILS_SETUP_PATH`` instead.
105 105
106 106
107.. _migration-3.3-bitbake: 107.. _migration-3.3-bitbake: