Skip to content

Commit f90fa5e

Browse files
authored
Merge pull request #2413 from albang/fix_Typo-in-doc
Typo in doc
2 parents 00538bd + 00c2267 commit f90fa5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/random/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
#include "shared-bindings/random/__init__.h"
3434
#include "supervisor/shared/translate.h"
3535

36-
//| :mod:`random` --- psuedo-random numbers and choices
36+
//| :mod:`random` --- pseudo-random numbers and choices
3737
//| ========================================================
3838
//|
3939
//| .. module:: random
40-
//| :synopsis: psuedo-random numbers and choices
40+
//| :synopsis: pseudo-random numbers and choices
4141
//| :platform: SAMD21, ESP8266
4242
//|
4343
//| The `random` module is a strict subset of the CPython `cpython:random`

0 commit comments

Comments
 (0)