diff mbox series

[2/7] u_boot_pylib: Correct readme formatting

Message ID 20231119153611.639252-3-sjg@chromium.org
State Accepted
Commit ec31f8bac74a775b1296dd05e9a8be8ff7f8d6c4
Delegated to: Simon Glass
Headers show
Series doc: tools: Tidy up toml files for a new release | expand

Commit Message

Simon Glass Nov. 19, 2023, 3:36 p.m. UTC
Correct a heading which is too short in the readme.

Fixes: 75554dfac29 ("patman: Add support for building a u_boot_tools...")

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/u_boot_pylib/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Dec. 13, 2023, 8:39 p.m. UTC | #1
Correct a heading which is too short in the readme.

Fixes: 75554dfac29 ("patman: Add support for building a u_boot_tools...")

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/u_boot_pylib/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

diff --git a/tools/u_boot_pylib/README.rst b/tools/u_boot_pylib/README.rst
index 93858f5571da..36a18256d8b1 100644
--- a/tools/u_boot_pylib/README.rst
+++ b/tools/u_boot_pylib/README.rst
@@ -1,7 +1,7 @@ 
 .. SPDX-License-Identifier: GPL-2.0+
 
 # U-Boot Python Library
-=====================
+=======================
 
 This is a Python library used by various U-Boot tools, including patman,
 buildman and binman.