diff options
| author | albang <albang@users.noreply.github.com> | 2019-12-19 23:16:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 23:16:51 +0100 |
| commit | 00c226738d404a0664a73d0ca2dabfcad75798ac (patch) | |
| tree | c0c8dd55d20581445f9746ef5a98fd982f79a747 /shared-bindings/random | |
| parent | a3559f14e729cadb1f59d31d3011eb46f9eaaf4c (diff) | |
Typo in doc
Diffstat (limited to 'shared-bindings/random')
| -rw-r--r-- | shared-bindings/random/__init__.c | 4 |
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` |
