Skip to content

Commit fca1a9b

Browse files
committed
Change "library" to "module"
1 parent bc9ed81 commit fca1a9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

shared-bindings/fontio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
//| """Core font related data structures
3737
//|
38-
//| .. note:: This library is intended only for low-level usage. For working with
38+
//| .. note:: This module is intended only for low-level usage. For working with
3939
//| fonts in CircuitPython see the `adafruit_bitmap_font library
4040
//| <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
4141
//| For information on creating custom fonts for use in CircuitPython, see

shared-bindings/neopixel_write/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ STATIC void check_for_deinit(digitalio_digitalinout_obj_t *self) {
9595
//|
9696
//| .. note::
9797
//|
98-
//| This library is typically not used by user level code.
98+
//| This module is typically not used by user level code.
9999
//|
100100
//| For more information on actually using NeoPixels, refer to the `CircuitPython
101101
//| Essentials Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel>`_

shared-bindings/qrio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//| information about working with QR codes, see
3838
//| `this Learn guide <https://learn.adafruit.com/scan-qr-codes-with-circuitpython>`_.
3939
//|
40-
//| .. note:: This library only handles decoding QR codes. If you are looking
40+
//| .. note:: This module only handles decoding QR codes. If you are looking
4141
//| to generate a QR code, use the
4242
//| `adafruit_miniqr library <https://github.com/adafruit/Adafruit_CircuitPython_miniQR>`_"""
4343
//|

0 commit comments

Comments
 (0)