Index: mojo/public/tools/bindings/pylib/mojom/parse/ast.py |
diff --git a/mojo/public/tools/bindings/pylib/mojom/parse/ast.py b/mojo/public/tools/bindings/pylib/mojom/parse/ast.py |
index 1612d98164566f43f9864df1895b4456ef88a671..a98a6cece67beaa61144f937226a4f4efe618c8e 100644 |
--- a/mojo/public/tools/bindings/pylib/mojom/parse/ast.py |
+++ b/mojo/public/tools/bindings/pylib/mojom/parse/ast.py |
@@ -249,7 +249,7 @@ class Module(NodeBase): |
class Mojom(NodeBase): |
- """Represents an entire .mojom file. (This is the root node.""" |
+ """Represents an entire .mojom file. (This is the root node.)""" |
def __init__(self, module, import_list, definition_list, **kwargs): |
assert module is None or isinstance(module, Module) |