summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 15:39:39 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 15:39:39 -0800
commitd1e9c970904f84e17f0446f1c1eb1ac953c63ddb (patch)
treea21228c1d4cd37290e77f0dd63a8a95cf8b757c4
parent1e3424a1d644d993fd33d4810f291e71808cd4bb (diff)
downloadpython-magic-d1e9c970904f84e17f0446f1c1eb1ac953c63ddb.tar.gz
fix typo in COMPAT.md
-rw-r--r--COMPAT.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/COMPAT.md b/COMPAT.md
index 4928170..21b35a1 100644
--- a/COMPAT.md
+++ b/COMPAT.md
@@ -11,6 +11,7 @@ The mapping between the libmagic and python-magic functions is:
detect_from_filename => from_file
detect_from_content => from_buffer
- detect_from_fobj => from_descriptor(f.fileno())')
+ detect_from_fobj => from_descriptor(f.fileno())
open => Magic()
+