diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/DEV_GUIDE.md | 3 |
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 |