Change "library" to "module"

This commit is contained in:
Alec Delaney 2022-05-13 14:00:09 -04:00
parent bc9ed81b75
commit fca1a9bb5f
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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>`_

View File

@ -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>`_"""
//| //|