Merge pull request #5994 from tekktrik/doc/change-libraries-to-classes

Change reference of "libraries" to "classes
This commit is contained in:
Scott Shawcroft 2022-02-08 16:43:03 -08:00 committed by GitHub
commit 63188a8278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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."""
//|