From 352850e48172bc41de67b7fe87f158b329c1190b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 11 Apr 2019 09:54:26 +0200 Subject: [PATCH] [python] Fix typo --- python/port/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/port/mpconfigport.h b/python/port/mpconfigport.h index 681b3b6b5..207d3e6e6 100644 --- a/python/port/mpconfigport.h +++ b/python/port/mpconfigport.h @@ -83,7 +83,7 @@ // Whether to provide "sys" module #define MICROPY_PY_SYS (0) -// Wether to provide the "urandom" module +// Whether to provide the "urandom" module #define MICROPY_PY_URANDOM (1) // Whether to include: randrange, randint, choice, random, uniform