diff options
-rw-r--r-- | python/DEV_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/DEV_GUIDE.md b/python/DEV_GUIDE.md index 4003ca08e..a15f7d162 100644 --- a/python/DEV_GUIDE.md +++ b/python/DEV_GUIDE.md @@ -18,7 +18,7 @@ int ndpi_des_init(struct ndpi_des_struct *des, double alpha, double beta, float Now this API can be called and used on python side ``` python -from ndpi import, lib, ffi +from ndpi import lib, ffi des = ffi.new("struct ndpi_des_struct *") alpha = 0.9 |