summaryrefslogtreecommitdiff
path: root/shared-bindings/random
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2019-12-20 19:22:27 -0500
committerRoy Hooper <rhooper@toybox.ca>2019-12-20 19:22:27 -0500
commit09d4fe03249eee6561dfec232c85344eba4d07a4 (patch)
treeec73240b8c8ecfb38b0273339bfb599a838e847e /shared-bindings/random
parentb90c39456be8d3633d8ef8362f21a2455758bf5e (diff)
parente6fd513cfa5460e2dfec138346749ede46afd243 (diff)
Merge branch 'master' into new-pixelbuf-api
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 fdef91443..110d59aa4 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`