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
1 changed files with 43 additions and 45 deletions

View File

@ -116,9 +116,7 @@ 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)
.. function:: ticks_diff(ticks1, ticks2)
Measure ticks difference between values returned from ticks_ms(), ticks_us(), or ticks_cpu()
functions. The argument order is the same as for subtraction operator,