We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00538bd + 00c2267 commit f90fa5eCopy full SHA for f90fa5e
shared-bindings/random/__init__.c
@@ -33,11 +33,11 @@
33
#include "shared-bindings/random/__init__.h"
34
#include "supervisor/shared/translate.h"
35
36
-//| :mod:`random` --- psuedo-random numbers and choices
+//| :mod:`random` --- pseudo-random numbers and choices
37
//| ========================================================
38
//|
39
//| .. module:: random
40
-//| :synopsis: psuedo-random numbers and choices
+//| :synopsis: pseudo-random numbers and choices
41
//| :platform: SAMD21, ESP8266
42
43
//| The `random` module is a strict subset of the CPython `cpython:random`
0 commit comments