Skip to content

Commit

Permalink
Corrected missing import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob414 committed Dec 18, 2020
1 parent fa19c56 commit 1035ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ You might find this better if you want brievity and/or point free
style.

#+BEGIN_SRC python
>>> from kingston.aop import Aspects
>>> given = Aspects({
... (lambda x: x == 1,): lambda x: 1,
... (lambda x: x > 1,): lambda x: x * x
Expand Down

0 comments on commit 1035ec2

Please sign in to comment.