From c7059db84a90078cc90d94db9d56d86c728b3ec6 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Tue, 22 Mar 2022 14:58:22 +0100 Subject: Fix typo. --- python/DEV_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.3