Merge: doc: fixed some typos and other misc. corrections
[nit.git] / contrib / pep8analysis / src / ast / pretty_instructions.nit
index 488d382..5b56ebe 100644 (file)
@@ -23,9 +23,8 @@ end
 class ASTPrinter
        super Visitor
 
-       var str writable = ""
+       var str = "" is writable
 
-       init do end
        redef fun visit(n) do n.accept_ast_printer(self)
 end