We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e834a18 commit 60d1ce3Copy full SHA for 60d1ce3
sounddevice.py
@@ -1768,8 +1768,9 @@ class DeviceList(tuple):
1768
1769
This class has a special string representation that is shown as
1770
return value of :func:`query_devices` if used in an interactive
1771
- Python session and it can be otherwise obtained with :func:`repr`
1772
- and :class:`str() <str>`.
+ Python session. It will also be shown when using the :func:`print`
+ function. Furthermore, it can be obtained with :func:`repr` and
1773
+ :class:`str() <str>`.
1774
1775
"""
1776
0 commit comments