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.LCD.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.LCD.rst')
| -rw-r--r-- | docs/library/pyb.LCD.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.LCD.rst b/docs/library/pyb.LCD.rst index 018902ca6..ba394d36a 100644 --- a/docs/library/pyb.LCD.rst +++ b/docs/library/pyb.LCD.rst @@ -41,7 +41,7 @@ For example, to make a bouncing dot, try:: Constructors ------------ -.. class:: pyb.LCD(skin_position) +.. class:: LCD(skin_position) Construct an LCD object in the given skin position. ``skin_position`` can be 'X' or 'Y', and should match the position where the LCD pyskin is plugged in. |
