mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
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>
This commit is contained in:
@@ -51,7 +51,7 @@ usrsw.h for an example of using this.
|
||||
Constructors
|
||||
------------
|
||||
|
||||
.. class:: pyb.ExtInt(pin, mode, pull, callback)
|
||||
.. class:: ExtInt(pin, mode, pull, callback)
|
||||
|
||||
Create an ExtInt object:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user