summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:29:14 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:38:59 +0300
commit678f3a1e05874d954ef21b9c34fdc2eb5a35c9ef (patch)
treea167fa5d5568b7c271bf760e83a1343aad72ea06 /docs/library
parenta119983328f8e73736f889dd6825577879e52cf7 (diff)
docs: Module "time" is actually "utime".
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