diff --git a/templates/python/partial/README.md b/templates/python/partial/README.md
index 3a9a3f75c2824d0f33430b57158790d947c5e486..e1f9e511a7e415d3f0e303bd4a8deeaeb5503c11 100644
--- a/templates/python/partial/README.md
+++ b/templates/python/partial/README.md
@@ -20,8 +20,7 @@ consistent configuration across CI jobs that rely on a python environment.
 | `IMAGE_TAG`         | The default tag for the docker image. See [Python Docker Official Image](https://hub.docker.com/_/python) for supported tags and respective Dockerfile links | `"latest"`                                          |
 | `PYTHON_SETUP`      | Bash commands to setup your python environment. Default rely on `requirements.txt` to install all dependencies.                                              | `"pip install -r ${PROJECT_PATH}/requirements.txt"` |
 
-## 
-
+## Example of use
 
 ```yaml
 include: