Skip to content

Commit e30d510

Browse files
committed
Reformatting for fontio module
1 parent b035277 commit e30d510

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

shared-bindings/fontio/__init__.c

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@
3333
#include "shared-bindings/fontio/BuiltinFont.h"
3434
#include "shared-bindings/fontio/Glyph.h"
3535

36-
//| """Core font related data structures"""
36+
//| """Core font related data structures
3737
//|
3838
//| .. note:: This library is intended only for low-level usage. For working with
39-
//| fonts in CircuitPython see the
40-
//| `adafruit_bitmap_font library <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
41-
//| For infromation on creating custom fonts for use in CircuitPython, see
39+
//| fonts in CircuitPython see the `adafruit_bitmap_font library
40+
//| <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
41+
//| For information on creating custom fonts for use in CircuitPython, see
4242
//| `this Learn guide <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>`_
4343
//|
44+
//| """
45+
//|
4446

4547
STATIC const mp_rom_map_elem_t fontio_module_globals_table[] = {
4648
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_fontio) },

0 commit comments

Comments
 (0)