Remove superfluous word (#802)
authorJan-Erik Rediger <badboy@archlinux.us>
Mon, 7 Nov 2016 16:08:03 +0000 (17:08 +0100)
committer4ast <alexei.starovoitov@gmail.com>
Mon, 7 Nov 2016 16:08:03 +0000 (08:08 -0800)
src/python/bcc/__init__.py

index dc62c98..96b9a3c 100644 (file)
@@ -183,7 +183,7 @@ class BPF(object):
 
     def __init__(self, src_file="", hdr_file="", text=None, cb=None, debug=0,
             cflags=[], usdt_contexts=[]):
-        """Create a new BPF module with the given source code.
+        """Create a new BPF module with the given source code.
 
         Note:
             All fields are marked as optional, but either `src_file` or `text`