Rephrase comment.
authorKim Grasman <kim.grasman@gmail.com>
Sun, 25 Aug 2013 13:16:32 +0000 (15:16 +0200)
committerKim Grasman <kim.grasman@gmail.com>
Sun, 25 Aug 2013 13:16:32 +0000 (15:16 +0200)
asn1ate/sema.py

index f4a3f60..18d57af 100644 (file)
@@ -133,7 +133,7 @@ class Module(object):
         _assert_annotated_token(module_body)
 
         # Ignore the definitive identifier for now,
-        # maybe expose it from the Module if it comes to any use.
+        # maybe expose it from Module if it comes to any use.
 
         self.name = module_reference.elements[0]
         self.assignments = [_create_sema_node(token) for token in module_body.elements]