Skip to content

Commit 53bdcce

Browse files
authored
Merge pull request #103 from 0xflotus/patch-1
fix: small error in docs
2 parents 0664f21 + e91b8e7 commit 53bdcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filetype/types/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def match(self, buf):
171171

172172

173173
class Aac(Type):
174-
"""Implements the Aac image type matcher."""
174+
"""Implements the Aac audio type matcher."""
175175

176176
MIME = 'audio/aac'
177177
EXTENSION = 'aac'

0 commit comments

Comments
 (0)