The readme should match the documentation.

This commit is contained in:
Dave Halter
2017-09-04 21:31:45 +02:00
parent ed803f5749
commit a18baf0d2c
2 changed files with 29 additions and 5 deletions

View File

@@ -31,6 +31,13 @@ A simple example:
PythonNode(arith_expr, [<Name: hello@1,0>, <Operator: +>, <Number: 1>])
>>> print(expr.get_code())
hello + 1
>>> name = expr.children[0]
>>> name
<Name: hello@1,0>
>>> name.end_pos
(1, 5)
>>> expr.end_pos
(1, 9)
To list multiple issues: