Skip to content

Commit

Permalink
Fix typo: s/fieldobj/fileobj
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffPaine authored Dec 3, 2017
1 parent ebeeab6 commit 8c605d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def redirect_stdout(fileobj):
oldstdout = sys.stdout
sys.stdout = fileobj
try:
yield fieldobj
yield fileobj
finally:
sys.stdout = oldstdout
```
Expand Down

0 comments on commit 8c605d3

Please sign in to comment.