Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 13, 2016
1 parent 9066ccd commit b0870b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Take a trivial test like:
def test_simple():
a = 1
b = 2
assert 1 + 2 == 3
assert a + b == 3
View the rewritten AST as Python like this:

Expand Down

0 comments on commit b0870b3

Please sign in to comment.