1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

docs/target: Fix method name

This commit is contained in:
Marc Bonnici 2020-05-11 18:51:49 +01:00 committed by setrofim
parent 45881b9f0d
commit 3c85738f0d

View File

@ -673,7 +673,7 @@ Android Target
Returns ``True`` if the targets screen is currently on and ``False`` Returns ``True`` if the targets screen is currently on and ``False``
otherwise. otherwise.
.. method:: AndroidTarget.wait_for_target(timeout=30) .. method:: AndroidTarget.wait_for_device(timeout=30)
Returns when the devices becomes available withing the given timeout Returns when the devices becomes available withing the given timeout
otherwise returns a ``TimeoutError``. otherwise returns a ``TimeoutError``.