Skip to content

Commit

Permalink
Complete sentences.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 28, 2018
1 parent ac7b1e0 commit b73a332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioread/ffdec.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def close(self):
self.proc.wait()

# Close the handle to os.devnull, which is opened regardless of if
# a subprocess is successfully created
# a subprocess is successfully created.
self.devnull.close()

def __del__(self):
Expand Down

0 comments on commit b73a332

Please sign in to comment.