From be8911eed329b1120483e4e2dad0b8181c9677bb Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 14 Dec 2025 17:58:59 +1100 Subject: [PATCH] Fix docs formatting (#11008) --- docs/docs/start/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md index 4d888a6c1a..d8be8b9924 100644 --- a/docs/docs/start/install.md +++ b/docs/docs/start/install.md @@ -112,7 +112,8 @@ pip install --upgrade --ignore-installed invoke #### Install Python Bindings -Depending on your database the python bindings must also be installed (into your virtual environment). +Depending on your database the python bindings must also be installed (into your virtual environment). + For PostgreSQL install: ```