[bootlin/training-materials updates] master: yocto-recipe-extra: fix grammar (1e9e5c63)

Alexandre Belloni alexandre.belloni at bootlin.com
Tue Jan 24 21:22:13 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/1e9e5c6375f3242abbb61daf8200148117fd8984

>---------------------------------------------------------------

commit 1e9e5c6375f3242abbb61daf8200148117fd8984
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Tue Jan 24 21:21:46 2023 +0100

    yocto-recipe-extra: fix grammar
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


>---------------------------------------------------------------

1e9e5c6375f3242abbb61daf8200148117fd8984
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index ff375fcf..2ee2854a 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -5,15 +5,15 @@
 \begin{frame}
   \frametitle{Tasks in Python}
   \begin{itemize}
-    \item Tasks can be written in Python when using the keyword
-      \code{python}.
+    \item Tasks can be written in Python when using the \code{python}
+      keyword.
     \item Two modules are automatically imported:
       \begin{itemize}
         \item \code{bb}: to access BitBake's internal functions.
         \item \code{os}: Python's operating system interfaces.
       \end{itemize}
-    \item You can import other modules using the keyword
-      \code{import}.
+    \item You can import other modules using the \code{import}
+      keyword.
     \item Anonymous Python functions are executed during parsing.
       \item Short Python code snippets can be written inline with the {\tt
         \$\{@<python code>\}} syntax.




More information about the training-materials-updates mailing list