diff options
Diffstat (limited to 'documentation/sphinx')
-rw-r--r-- | documentation/sphinx/yocto-vars.py | 2 |
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 |
14 | except ImportError: | 14 | except 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' |