diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-09 09:28:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-21 12:59:07 +0100 |
commit | fadcb31841f0b53301dd83eb4595c0e9336f5902 (patch) | |
tree | 9334981d0058a85b1315b477bbf688cb0d49f932 /documentation | |
parent | ca519a1ea59f0ea8b841ba46c4d3f6ec5b30092f (diff) | |
download | poky-fadcb31841f0b53301dd83eb4595c0e9336f5902.tar.gz |
ref-manual: Fixed a typo for installing "python3-git"
Fixes [YOCTO #9712]
(From yocto-docs rev: 0ece224ec34b3b441af7a3a7a8c076d5cdce7c4d)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 89b3437721..3a6b5a1a85 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -959,7 +959,7 @@ | |||
959 | $ pip3 install GitPython --user | 959 | $ pip3 install GitPython --user |
960 | </literallayout> | 960 | </literallayout> |
961 | Alternatively, you can install | 961 | Alternatively, you can install |
962 | <filename>python3-3</filename> using the appropriate | 962 | <filename>python3-git</filename> using the appropriate |
963 | distribution package manager (e.g. | 963 | distribution package manager (e.g. |
964 | <filename>apt-get</filename>, <filename>dnf</filename>, or | 964 | <filename>apt-get</filename>, <filename>dnf</filename>, or |
965 | <filename>zipper</filename>). | 965 | <filename>zipper</filename>). |