diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-30 16:14:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-04 08:46:35 +0100 |
commit | 0e95c887da35f37d16e9903d8ef4ee74eaacf837 (patch) | |
tree | a86ca944a8222826ba64e6a530ad08f042ffe7a4 /documentation | |
parent | 5a9c5c47e0eda61cf4efa36f65cc9f93a3cc836a (diff) | |
download | poky-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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
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 | |||
3476 | previous section, you can also spawn and work within an interactive | 3476 | previous section, you can also spawn and work within an interactive |
3477 | Python development shell. When debugging certain commands or even when | 3477 | Python development shell. When debugging certain commands or even when |
3478 | just editing packages, ``devpyshell`` can be a useful tool. When you | 3478 | just editing packages, ``devpyshell`` can be a useful tool. When you |
3479 | invoke ``devpyshell``, all tasks up to and including | 3479 | invoke 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 |
3481 | specified target. Then a new terminal is opened. Additionally, key | 3481 | specified target. Then a new terminal is opened. Additionally, key |
3482 | Python objects and code are available in the same way they are to | 3482 | Python objects and code are available in the same way they are to |