Change reference of "libraries" to "classes
This commit is contained in:
parent
fd2cbc00f4
commit
74bc41b01a
|
@ -41,7 +41,7 @@
|
||||||
//| chips in the same circuit. It doesn't include audio interconnect protocols
|
//| chips in the same circuit. It doesn't include audio interconnect protocols
|
||||||
//| such as S/PDIF.
|
//| 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
|
//| are no longer needed. To do so, either call :py:meth:`!deinit` or use a
|
||||||
//| context manager."""
|
//| context manager."""
|
||||||
//|
|
//|
|
||||||
|
|
Loading…
Reference in New Issue