1
0
Fork 0
forked from github/pelican

minor spelling fixes

This commit is contained in:
Carlos E. Garcia 2014-09-15 20:29:00 -04:00
commit f5775bcba0
9 changed files with 9 additions and 9 deletions

View file

@ -74,7 +74,7 @@ def mute(returns_output=False):
If "returns_output" is True, the function will return a generator
yielding the printed lines instead of the return values.
The decorator litterally hijack sys.stdout during each function
The decorator literally hijack sys.stdout during each function
execution, so be careful with what you apply it to.
>>> def numbers():