summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKattni <kattni@adafruit.com>2019-12-19 18:42:13 -0500
committerGitHub <noreply@github.com>2019-12-19 18:42:13 -0500
commitf90fa5ea5f1a99256786babbf92007ec327995db (patch)
tree524ba8d56b6209a1c9fa0268132c6a9d6fd05be7
parent00538bd181e71245537998b4b534bc40a8eed8b5 (diff)
parent00c226738d404a0664a73d0ca2dabfcad75798ac (diff)
Merge pull request #2413 from albang/fix_Typo-in-doc
Typo in doc
-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`