# HG changeset patch # User Thierry Florac # Date 1441725357 -7200 # Node ID 43c056a88f08a9a5d10b9a88f2bff61a26a92901 # Parent b3631582e30cb54fa10f47a71f74f8aa6b902c53 Updated docstring diff -r b3631582e30c -r 43c056a88f08 src/pyams_file/file.py --- a/src/pyams_file/file.py Wed Sep 02 15:30:59 2015 +0200 +++ b/src/pyams_file/file.py Tue Sep 08 17:15:57 2015 +0200 @@ -196,7 +196,7 @@ def get_magic_content_type(input): - """Get content-type based on magic library""" + """Get content-type based on magic library as *bytes*""" if magic is not None: if hasattr(input, 'seek'): input.seek(0)