From 2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 Mon Sep 17 00:00:00 2001 From: Petr <30545094+pasabanov@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:22:35 +0300 Subject: Performed some grammar and typo fixes (#2511) --- python/DEV_GUIDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') diff --git a/python/DEV_GUIDE.md b/python/DEV_GUIDE.md index e729ac08f..61c8f5ba0 100644 --- a/python/DEV_GUIDE.md +++ b/python/DEV_GUIDE.md @@ -9,8 +9,7 @@ int ndpi_des_init(struct ndpi_des_struct *des, double alpha, double beta, float ## Add it to NDPI_APIS Python definition - -[**NDPI_APIS**][py_ndpi_api] must be updated with the this new API your want to add. +[**NDPI_APIS**][py_ndpi_api] must be updated with the new API you want to add. ## Regenerate bindings -- cgit v1.2.3