Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffPaine committed Oct 1, 2014
1 parent 2b790a5 commit b827d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions beautiful_idiomatic_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,10 @@ names.popleft()
names.appendleft('mark')
```
## Decorators and Context Managers
* Helps separate business logic from administra:ve logic
* Clean, beau:ful tools for factoring code and improving code reuse
* Good naming is essen:al.
* Remember the Spiderman rule: With great power, comes great respsonsibility!
* Helps separate business logic from administrative logic
* Clean, beautiful tools for factoring code and improving code reuse
* Good naming is essential.
* Remember the Spiderman rule: With great power, comes great responsibility!

## Using decorators to factor-out administrative logic

Expand Down

0 comments on commit b827d42

Please sign in to comment.