summaryrefslogtreecommitdiff
path: root/docs/library/sys.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-03-08 14:10:02 +1100
committerDamien George <damien@micropython.org>2023-04-27 18:03:06 +1000
commitb1229efbd1509654dec6053865ab828d769e29db (patch)
treee1a65606dd1f0a8cfe2af08f9c4ff821fb575b02 /docs/library/sys.rst
parente160fe7bc64212a3ce56f5478f208e2b4d343a8b (diff)
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r--docs/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index 3efdce964..c8eb4b5c5 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -46,7 +46,7 @@ Functions
.. function:: settrace(tracefunc)
Enable tracing of bytecode execution. For details see the `CPython
- documentaion <https://docs.python.org/3/library/sys.html#sys.settrace>`_.
+ documentation <https://docs.python.org/3/library/sys.html#sys.settrace>`_.
This function requires a custom MicroPython build as it is typically not
present in pre-built firmware (due to it affecting performance). The relevant