Skip to content

Commit bd949dc

Browse files
committed
Doc fix
1 parent 179ed02 commit bd949dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pydrobert/speech/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
_BASE_SOUNDFILE_SUPPORTED_TYPES = {"wav", "ogg", "flac", "aiff"}
5555
_FULL_SOUNDFILE_SUPPORTED_TYPES: Set[str] = set()
5656

57-
SOUNDFILE_SUPPORTED_FILE_TYPES: Set[str] = set() #: :meta hide-value:
57+
SOUNDFILE_SUPPORTED_FILE_TYPES: Set[str] = set()
5858
f"""
5959
A list of the types of files SoundFile will be responsible for reading. If
6060
:mod:`soundfile` can be imported, it's the intersection of
@@ -64,6 +64,8 @@
6464
--------
6565
pydrobert.speech.util.read_signal
6666
Where this flag is used
67+
68+
:meta hide-value:
6769
"""
6870

6971
try:

0 commit comments

Comments
 (0)