summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx/yocto-vars.py
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-05-04 14:57:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-10 12:52:34 +0100
commiteae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a (patch)
treefc3b2691dece36a13abc2892aea921d1dc601466 /documentation/sphinx/yocto-vars.py
parente3d64415eddb7c0a5c13a2a91611204c8abfbedb (diff)
downloadpoky-eae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a.tar.gz
manuals: fix name capitalization issues
- Using "BitBake" instead of "Bitbake" or "bitbake", aligning with the title of the "BitBake User Manual". - Using "OpenEmbedded" instead of "Openembedded" - Using "Python" instead of "python" (From yocto-docs rev: 0b893e2a15aefedd7100445fc9d7eeed07b6afc6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx/yocto-vars.py')
-rw-r--r--documentation/sphinx/yocto-vars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sphinx/yocto-vars.py b/documentation/sphinx/yocto-vars.py
index 8795eee0a0..643c0df904 100644
--- a/documentation/sphinx/yocto-vars.py
+++ b/documentation/sphinx/yocto-vars.py
@@ -13,7 +13,7 @@ try:
13 import yaml 13 import yaml
14except ImportError: 14except ImportError:
15 sys.stderr.write("The Yocto Project Sphinx documentation requires PyYAML.\ 15 sys.stderr.write("The Yocto Project Sphinx documentation requires PyYAML.\
16 \nPlease make sure to install pyyaml python package.\n") 16 \nPlease make sure to install pyyaml Python package.\n")
17 sys.exit(1) 17 sys.exit(1)
18 18
19__version__ = '1.0' 19__version__ = '1.0'