diff --git a/shared-bindings/fontio/__init__.c b/shared-bindings/fontio/__init__.c index 86c3bd6eb4..ea1b8a628b 100644 --- a/shared-bindings/fontio/__init__.c +++ b/shared-bindings/fontio/__init__.c @@ -35,7 +35,7 @@ //| """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 //| `_. //| For information on creating custom fonts for use in CircuitPython, see diff --git a/shared-bindings/neopixel_write/__init__.c b/shared-bindings/neopixel_write/__init__.c index 94d44ebac1..d0234fe451 100644 --- a/shared-bindings/neopixel_write/__init__.c +++ b/shared-bindings/neopixel_write/__init__.c @@ -95,7 +95,7 @@ STATIC void check_for_deinit(digitalio_digitalinout_obj_t *self) { //| //| .. 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 //| Essentials Learn guide `_ diff --git a/shared-bindings/qrio/__init__.c b/shared-bindings/qrio/__init__.c index e052f752b1..04c86fd1ee 100644 --- a/shared-bindings/qrio/__init__.c +++ b/shared-bindings/qrio/__init__.c @@ -37,7 +37,7 @@ //| information about working with QR codes, see //| `this Learn guide `_. //| -//| .. 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 //| `adafruit_miniqr library `_""" //|