diff options
| author | Carlos <carlos.santiago.diaz@gmail.com> | 2018-11-18 10:41:35 -0600 |
|---|---|---|
| committer | Carlos <carlos.santiago.diaz@gmail.com> | 2018-11-18 10:41:35 -0600 |
| commit | 55a9e2d6971b57cac0978f76b6116577f55ea914 (patch) | |
| tree | f6845876d5d790da4dcefd9402bbdac92c22d557 /shared-bindings/time | |
| parent | 0ea31ec15dc212b5238f2ca6009ac206abe9e034 (diff) | |
Fix time.monotonic_ns docstring
Diffstat (limited to 'shared-bindings/time')
| -rw-r--r-- | shared-bindings/time/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/time/__init__.c b/shared-bindings/time/__init__.c index 8a5e16c5e..5cd3a94cd 100644 --- a/shared-bindings/time/__init__.c +++ b/shared-bindings/time/__init__.c @@ -206,7 +206,7 @@ STATIC mp_obj_t time_time(void) { } MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time); -//| .. method:: monotonic_ns(clk_id) +//| .. 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. |
