File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
//| """Core font related data structures
37
37
//|
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
39
39
//| fonts in CircuitPython see the `adafruit_bitmap_font library
40
40
//| <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
41
41
//| For information on creating custom fonts for use in CircuitPython, see
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ STATIC void check_for_deinit(digitalio_digitalinout_obj_t *self) {
95
95
//|
96
96
//| .. note::
97
97
//|
98
- //| This library is typically not used by user level code.
98
+ //| This module is typically not used by user level code.
99
99
//|
100
100
//| For more information on actually using NeoPixels, refer to the `CircuitPython
101
101
//| Essentials Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel>`_
Original file line number Diff line number Diff line change 37
37
//| information about working with QR codes, see
38
38
//| `this Learn guide <https://learn.adafruit.com/scan-qr-codes-with-circuitpython>`_.
39
39
//|
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
41
41
//| to generate a QR code, use the
42
42
//| `adafruit_miniqr library <https://github.com/adafruit/Adafruit_CircuitPython_miniQR>`_"""
43
43
//|
You can’t perform that action at this time.
0 commit comments