Skip to content

Commit 3ce2881

Browse files
committed
fixing markdown.
1 parent e3a42c3 commit 3ce2881

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ A bit of hackery to experiment with alternative call flow in python.
55

66
To use:
77

8-
> def foo():
9-
> print a
10-
>
11-
> inject(a=5).into(foo)
12-
> >> 5
13-
>
14-
> @inject(cat='man')
15-
> def bar():
16-
> print "the cat is a", cat
17-
>
18-
> bar()
19-
> >> the cat is a man
8+
def foo():
9+
print a
10+
11+
inject(a=5).into(foo)
12+
>> 5
13+
14+
@inject(cat='man')
15+
def bar():
16+
print "the cat is a", cat
17+
18+
bar()
19+
>> the cat is a man
2020

2121

2222
**Q: Why should I use this?**

0 commit comments

Comments
 (0)