Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffPaine committed Aug 13, 2013
1 parent c741a9d commit 2b790a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beautiful_idiomatic_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def redirect_stdout(fileobj):
sys.stdout = oldstdout
```

# Concise Expressive One-Liners
## Concise Expressive One-Liners
Two conflicting rules:

* Don’t put too much on one line
Expand Down

0 comments on commit 2b790a5

Please sign in to comment.