From 7b2bd38ab2c864a392853908e9ca059cfca6041f Mon Sep 17 00:00:00 2001
From: Tshepang Mbambo <tshepang@gmail.com>
Date: Tue, 4 Mar 2025 23:16:00 +0200
Subject: [PATCH] book: fix english (#3487)

* fix Python docs wording

---------

Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
---
 book/src/support.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/book/src/support.md b/book/src/support.md
index 5dd05b57f..5b66a82ed 100644
--- a/book/src/support.md
+++ b/book/src/support.md
@@ -147,8 +147,8 @@ Features or APIs may be removed with 1 release versions notice. Deprecations wil
 
 ### Python module
 
-The python module will typically trail changes in functionality of the core Rust code, and will be
-developed as we it for our own needs - please feel free to add functionality or improvements, or
+The Python module will typically trail changes in functionality of the core Rust code, and has been
+developed as we have needed it - please feel free to add functionality or improvements, or
 [ask for them in a Github issue](http://github.com/kanidm/kanidm/issues/new/choose)!
 
 All code changes will include full type-casting wherever possible.