summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos <carlos.santiago.diaz@gmail.com>2018-11-18 10:43:28 -0600
committerCarlos <carlos.santiago.diaz@gmail.com>2018-11-18 10:43:28 -0600
commit060b84a0fae485e8b0cbd32e8fc4ada2211e78f2 (patch)
tree2c87ca98c575b474b26833704b4d6d4426b3e51a
parent55a9e2d6971b57cac0978f76b6116577f55ea914 (diff)
Remove reference to clock_id on the function descriptiions
-rw-r--r--shared-bindings/time/__init__.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-bindings/time/__init__.c b/shared-bindings/time/__init__.c
index 5cd3a94cd..f97ad4a5d 100644
--- a/shared-bindings/time/__init__.c
+++ b/shared-bindings/time/__init__.c
@@ -208,8 +208,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
//| .. method:: monotonic_ns()
//|
-//| Return the time of the specified clock clk_id in nanoseconds. Refer to
-//| Clock ID Constants for a list of accepted values for clk_id.
+//| Return the time of the specified clock clk_id in nanoseconds.
//|
//| :return: the current time
//| :rtype: int