Skip to content

Commit 74bc41b

Browse files
authored
Change reference of "libraries" to "classes
1 parent fd2cbc0 commit 74bc41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiobusio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//| chips in the same circuit. It doesn't include audio interconnect protocols
4242
//| such as S/PDIF.
4343
//|
44-
//| All libraries change hardware state and should be deinitialized when they
44+
//| All classes change hardware state and should be deinitialized when they
4545
//| are no longer needed. To do so, either call :py:meth:`!deinit` or use a
4646
//| context manager."""
4747
//|

0 commit comments

Comments
 (0)