diff mbox series

[1/1] doc/manual: fix host-python-setuptools typo

Message ID 20240329160400.66499-1-raphael.melotte@mind.be
State Accepted
Headers show
Series [1/1] doc/manual: fix host-python-setuptools typo | expand

Commit Message

Raphaël Mélotte March 29, 2024, 4:03 p.m. UTC
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
 docs/manual/adding-packages-python.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni April 3, 2024, 7:53 p.m. UTC | #1
On Fri, 29 Mar 2024 17:03:58 +0100
Raphaël Mélotte via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
> ---
>  docs/manual/adding-packages-python.adoc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Well spotted! Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/docs/manual/adding-packages-python.adoc b/docs/manual/adding-packages-python.adoc
index 9953be6639..67f2f6081d 100644
--- a/docs/manual/adding-packages-python.adoc
+++ b/docs/manual/adding-packages-python.adoc
@@ -92,7 +92,7 @@  Note that:
    dependencies are automatically added as needed by the Python
    package infrastructure.
 
- * Similarly, it is not needed to add +host-setuptools+ to
+ * Similarly, it is not needed to add +host-python-setuptools+ to
    +PYTHON_FOO_DEPENDENCIES+ for setuptools-based packages, since it's
    automatically added by the Python infrastructure as needed.