diff options
| author | Damien George <damien@micropython.org> | 2022-06-21 14:33:23 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-06-21 14:33:23 +1000 |
| commit | 9175482f29264b017534902bb65e23a2d6485006 (patch) | |
| tree | 8014f2a96218f478faf1753b92c7a8c6c34a3eca /docs/library/pyb.UART.rst | |
| parent | 89e1e67748e681da5f414dc597e89eaee8822817 (diff) | |
docs/library: Remove unnecessary "pyb." prefix on class names.
Otherwise these classes are refered to with a double prefix, like
pyb.pyb.ADC.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/pyb.UART.rst')
| -rw-r--r-- | docs/library/pyb.UART.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.UART.rst b/docs/library/pyb.UART.rst index e1735403c..2bd9c6b34 100644 --- a/docs/library/pyb.UART.rst +++ b/docs/library/pyb.UART.rst @@ -46,7 +46,7 @@ Earlier versions use ``uart.send`` and ``uart.recv``. Constructors ------------ -.. class:: pyb.UART(bus, ...) +.. class:: UART(bus, ...) Construct a UART object on the given bus. For Pyboard ``bus`` can be 1-4, 6, 'XA', 'XB', 'YA', or 'YB'. |
