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:
Damien George
2022-06-21 14:33:23 +10:00
parent 89e1e67748
commit 9175482f29
18 changed files with 19 additions and 19 deletions

View File

@@ -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: