mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
docs: Module "time" is actually "utime".
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
:mod:`time` -- time related functions
|
||||
:mod:`utime` -- time related functions
|
||||
=====================================
|
||||
|
||||
.. module:: time
|
||||
.. module:: utime
|
||||
:synopsis: time related functions
|
||||
|
||||
The ``time`` module provides functions for getting the current time and date,
|
||||
The ``utime`` module provides functions for getting the current time and date,
|
||||
and for sleeping.
|
||||
|
||||
Functions
|
||||
Reference in New Issue
Block a user