Change reference of "libraries" to "classes

This commit is contained in:
tekktrik 2022-02-08 12:20:28 -05:00 committed by GitHub
parent fd2cbc00f4
commit 74bc41b01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
//| chips in the same circuit. It doesn't include audio interconnect protocols
//| such as S/PDIF.
//|
//| All libraries change hardware state and should be deinitialized when they
//| All classes change hardware state and should be deinitialized when they
//| are no longer needed. To do so, either call :py:meth:`!deinit` or use a
//| context manager."""
//|