diff options
Diffstat (limited to 'docs/pyboard/quickref.rst')
-rw-r--r-- | docs/pyboard/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyboard/quickref.rst b/docs/pyboard/quickref.rst index 49b67eee4..ed56811dd 100644 --- a/docs/pyboard/quickref.rst +++ b/docs/pyboard/quickref.rst @@ -45,7 +45,7 @@ See :mod:`pyb`. :: Delay and timing ---------------- -Use the :mod:`time <utime>` module:: +Use the :mod:`time <time>` module:: import time |