docs/utime: Remove only:: for ticks_diff().

It's mandatory function which should be present in every port. Even if
it's not, in the stdlib intro we waarn users that a particular port can
lack anything of described in the docs.
This commit is contained in:
Paul Sokolovsky 2016-11-01 00:03:40 +03:00
parent 7ffc959c00
commit 8679d9e6a6

View File

@ -116,8 +116,6 @@ Functions
Availability: Not every port implement this function.
.. only:: port_unix or port_pyboard or port_wipy or port_esp8266
.. function:: ticks_diff(ticks1, ticks2)
Measure ticks difference between values returned from ticks_ms(), ticks_us(), or ticks_cpu()