aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPetr <30545094+pasabanov@users.noreply.github.com>2024-07-19 12:22:35 +0300
committerGitHub <noreply@github.com>2024-07-19 11:22:35 +0200
commit2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 (patch)
tree40e2dedb2b85899e7c5e58b613fa8fef0be4fd05 /python
parentbe0b2c2d904efca17fa8f266ec48321268e64271 (diff)
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'python')
-rw-r--r--python/DEV_GUIDE.md3
1 files changed, 1 insertions, 2 deletions
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