docs/library/pyb.DAC: Fix typo in markup to balance quotes.

pull/3948/merge
Damien George 2018-07-18 15:52:48 +10:00
rodzic 805fd0cfe6
commit 164377f806
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ Methods
.. method:: DAC.init(bits=8, \*, buffering=None)
Reinitialise the DAC. *bits* can be 8 or 12. *buffering* can be
``None``, ``False`` or ``True`; see above constructor for the meaning
``None``, ``False`` or ``True``; see above constructor for the meaning
of this parameter.
.. method:: DAC.deinit()