mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
dev-manual: explicit that devpyshell is a task
Without this, readers could think that "devpyshell" is a script, at least until they read the remainder of the section. (From yocto-docs rev: fe1e3323a633acf51d64cfb6c4bdd2ecd324a79e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5a9c5c47e0
commit
0e95c887da
@@ -3476,7 +3476,7 @@ Similar to working within a development shell as described in the
|
|||||||
previous section, you can also spawn and work within an interactive
|
previous section, you can also spawn and work within an interactive
|
||||||
Python development shell. When debugging certain commands or even when
|
Python development shell. When debugging certain commands or even when
|
||||||
just editing packages, ``devpyshell`` can be a useful tool. When you
|
just editing packages, ``devpyshell`` can be a useful tool. When you
|
||||||
invoke ``devpyshell``, all tasks up to and including
|
invoke the ``devpyshell`` task, all tasks up to and including
|
||||||
:ref:`ref-tasks-patch` are run for the
|
:ref:`ref-tasks-patch` are run for the
|
||||||
specified target. Then a new terminal is opened. Additionally, key
|
specified target. Then a new terminal is opened. Additionally, key
|
||||||
Python objects and code are available in the same way they are to
|
Python objects and code are available in the same way they are to
|
||||||
|
|||||||
Reference in New Issue
Block a user