aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraouinizied <aouinizied@gmail.com>2022-03-22 14:58:22 +0100
committeraouinizied <aouinizied@gmail.com>2022-03-22 14:58:22 +0100
commitc7059db84a90078cc90d94db9d56d86c728b3ec6 (patch)
tree01ec0a959abab566f1ddcd6a84a89c741418a142
parent1207ea118ac2cc1c045d94d572e69dcb2eae0ffb (diff)
Fix typo.
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