diff options
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/utime.rst (renamed from docs/library/time.rst) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/time.rst b/docs/library/utime.rst index 9a35f4f66..4dff9a358 100644 --- a/docs/library/time.rst +++ b/docs/library/utime.rst @@ -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 |