Skip to content

Commit 60d1ce3

Browse files
committed
DOC: Mention print() in DeviceList docs
1 parent e834a18 commit 60d1ce3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sounddevice.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,8 +1768,9 @@ class DeviceList(tuple):
17681768
17691769
This class has a special string representation that is shown as
17701770
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>`.
1771+
Python session. It will also be shown when using the :func:`print`
1772+
function. Furthermore, it can be obtained with :func:`repr` and
1773+
:class:`str() <str>`.
17731774
17741775
"""
17751776

0 commit comments

Comments
 (0)