[python] Fix typo

This commit is contained in:
Léa Saviot
2019-04-11 09:54:26 +02:00
committed by Émilie Feral
parent b360639e4e
commit 352850e481

View File

@@ -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