diff options
author | Damien George <damien.p.george@gmail.com> | 2018-07-18 15:52:48 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-07-18 15:52:48 +1000 |
commit | 164377f806a10cc9b8ebdd42d51599a6eb69d875 (patch) | |
tree | 9a9a6806569ca91a97ae6e1adc3b216356a607d5 | |
parent | 805fd0cfe6880153b990acc19f547e740b87f23d (diff) |
docs/library/pyb.DAC: Fix typo in markup to balance quotes.
-rw-r--r-- | docs/library/pyb.DAC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.DAC.rst b/docs/library/pyb.DAC.rst index 3e236a3da..c67603a71 100644 --- a/docs/library/pyb.DAC.rst +++ b/docs/library/pyb.DAC.rst @@ -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() |