Skip to content

Commit 5ddef00

Browse files
committed
Lint RST files
1 parent e4acf97 commit 5ddef00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/library-reference.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To create a ``Microphone`` instance by name:
4343
m = Microphone(i)
4444
4545
``AudioFile(filename_or_fileobject)``
46-
-----------------------------------
46+
-------------------------------------
4747

4848
Creates a new ``AudioFile`` instance given a WAV/AIFF/FLAC audio file `filename_or_fileobject`. Subclass of ``AudioSource``.
4949

@@ -66,7 +66,7 @@ Instances of this class are context managers, and are designed to be used with `
6666
pass # do things here - ``source`` is the AudioFile instance created above
6767
6868
``audiofile_instance.DURATION``
69-
-----------------------------
69+
-------------------------------
7070

7171
Represents the length of the audio stored in the audio file in seconds. This property is only available when inside a context - essentially, that means it should only be accessed inside the body of a ``with audiofile_instance ...`` statement. Outside of contexts, this property is ``None``.
7272

0 commit comments

Comments
 (0)