Change "library" to "module"
This commit is contained in:
parent
bc9ed81b75
commit
fca1a9bb5f
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
//| """Core font related data structures
|
//| """Core font related data structures
|
||||||
//|
|
//|
|
||||||
//| .. note:: This library is intended only for low-level usage. For working with
|
//| .. note:: This module is intended only for low-level usage. For working with
|
||||||
//| fonts in CircuitPython see the `adafruit_bitmap_font library
|
//| fonts in CircuitPython see the `adafruit_bitmap_font library
|
||||||
//| <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
|
//| <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
|
||||||
//| For information on creating custom fonts for use in CircuitPython, see
|
//| For information on creating custom fonts for use in CircuitPython, see
|
||||||
|
@ -95,7 +95,7 @@ STATIC void check_for_deinit(digitalio_digitalinout_obj_t *self) {
|
|||||||
//|
|
//|
|
||||||
//| .. note::
|
//| .. note::
|
||||||
//|
|
//|
|
||||||
//| This library is typically not used by user level code.
|
//| This module is typically not used by user level code.
|
||||||
//|
|
//|
|
||||||
//| For more information on actually using NeoPixels, refer to the `CircuitPython
|
//| For more information on actually using NeoPixels, refer to the `CircuitPython
|
||||||
//| Essentials Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel>`_
|
//| Essentials Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel>`_
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
//| information about working with QR codes, see
|
//| information about working with QR codes, see
|
||||||
//| `this Learn guide <https://learn.adafruit.com/scan-qr-codes-with-circuitpython>`_.
|
//| `this Learn guide <https://learn.adafruit.com/scan-qr-codes-with-circuitpython>`_.
|
||||||
//|
|
//|
|
||||||
//| .. note:: This library only handles decoding QR codes. If you are looking
|
//| .. note:: This module only handles decoding QR codes. If you are looking
|
||||||
//| to generate a QR code, use the
|
//| to generate a QR code, use the
|
||||||
//| `adafruit_miniqr library <https://github.com/adafruit/Adafruit_CircuitPython_miniQR>`_"""
|
//| `adafruit_miniqr library <https://github.com/adafruit/Adafruit_CircuitPython_miniQR>`_"""
|
||||||
//|
|
//|
|
||||||
|
Loading…
Reference in New Issue
Block a user