summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-08-30 16:14:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-04 08:46:35 +0100
commit0e95c887da35f37d16e9903d8ef4ee74eaacf837 (patch)
treea86ca944a8222826ba64e6a530ad08f042ffe7a4
parent5a9c5c47e0eda61cf4efa36f65cc9f93a3cc836a (diff)
downloadpoky-0e95c887da35f37d16e9903d8ef4ee74eaacf837.tar.gz
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>
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 1acca8e64c..25e6b085e5 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -3476,7 +3476,7 @@ Similar to working within a development shell as described in the
3476previous section, you can also spawn and work within an interactive 3476previous section, you can also spawn and work within an interactive
3477Python development shell. When debugging certain commands or even when 3477Python development shell. When debugging certain commands or even when
3478just editing packages, ``devpyshell`` can be a useful tool. When you 3478just editing packages, ``devpyshell`` can be a useful tool. When you
3479invoke ``devpyshell``, all tasks up to and including 3479invoke the ``devpyshell`` task, all tasks up to and including
3480:ref:`ref-tasks-patch` are run for the 3480:ref:`ref-tasks-patch` are run for the
3481specified target. Then a new terminal is opened. Additionally, key 3481specified target. Then a new terminal is opened. Additionally, key
3482Python objects and code are available in the same way they are to 3482Python objects and code are available in the same way they are to