coredevice.spi: docstring fix

This commit is contained in:
Robert Jördens 2016-03-01 22:42:00 +01:00
parent f754d2c117
commit d973eb879f
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ class SPIMaster:
@kernel @kernel
def read_async(self): def read_async(self):
"""Trigger an asynchronous read from the data register. """Trigger an asynchronous read from the ``data`` register.
Reads always finish in two cycles. Reads always finish in two cycles.
@ -218,7 +218,7 @@ class SPIMaster:
@kernel @kernel
def input_async(self): def input_async(self):
"""Retrieves data written asynchronously. """Retrieves data read asynchronously from the ``data`` register.
:meth:`input_async` must match a preeeding :meth:`read_async`. :meth:`input_async` must match a preeeding :meth:`read_async`.
""" """