]> granicus.if.org Git - file/commitdiff
remove stray g.
authorChristos Zoulas <christos@zoulas.com>
Tue, 3 Jun 2014 20:40:31 +0000 (20:40 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 3 Jun 2014 20:40:31 +0000 (20:40 +0000)
python/magic.py

index 3c7aa100f067d08bb209b5a6c248a4af52eeef09..a17e8dad169a1d9129c6a01f706d9b4f0e730f5f 100644 (file)
@@ -139,7 +139,7 @@ class Magic(object):
         as a buffer or None if an error occurred and the MAGIC_ERROR flag
         is set. A call to errno() will return the numeric error code.
         """
-        try:  # attempt python3 approach firstg
+        try:  # attempt python3 approach first
             return str(_buffer(self._magic_t, buf, len(buf)), 'utf-8')
         except:
             return _buffer(self._magic_t, buf, len(buf))