Skip to content

Commit

Permalink
Lint RST files
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Apr 4, 2016
1 parent e4acf97 commit 5ddef00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/library-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To create a ``Microphone`` instance by name:
m = Microphone(i)
``AudioFile(filename_or_fileobject)``
-----------------------------------
-------------------------------------

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

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

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``.

Expand Down

0 comments on commit 5ddef00

Please sign in to comment.