summaryrefslogtreecommitdiff
path: root/shared-bindings/random
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2019-12-29 13:56:31 -0500
committerRoy Hooper <rhooper@toybox.ca>2019-12-29 13:56:31 -0500
commitf1a9039632bafba8bf43e9f3b3951c82ca313678 (patch)
tree2e460eac6c9284949a84afd89b44a6619c65ce3e /shared-bindings/random
parent7b1ad3ee65e745cab174cac8bdfa58f6c147d470 (diff)
parent7387f60920c17c3bf920ef66e240ac6f65991819 (diff)
Merge branch 'master' into pixelbuf-subscr-change
Diffstat (limited to 'shared-bindings/random')
-rw-r--r--shared-bindings/random/__init__.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/random/__init__.c b/shared-bindings/random/__init__.c
index 83698eac5..de4c90910 100644
--- a/shared-bindings/random/__init__.c
+++ b/shared-bindings/random/__init__.c
@@ -33,11 +33,11 @@
#include "shared-bindings/random/__init__.h"
#include "supervisor/shared/translate.h"
-//| :mod:`random` --- psuedo-random numbers and choices
+//| :mod:`random` --- pseudo-random numbers and choices
//| ========================================================
//|
//| .. module:: random
-//| :synopsis: psuedo-random numbers and choices
+//| :synopsis: pseudo-random numbers and choices
//| :platform: SAMD21, ESP8266
//|
//| The `random` module is a strict subset of the CPython `cpython:random`