Skip to content

Commit

Permalink
Missing quote in doc example for overridden stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Dec 19, 2012
1 parent a571241 commit 8392da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/operations.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ def run(command, shell=True, pty=True, combine_stderr=None, quiet=False,
standard error to the local standard out, while preserving it as its own standard error to the local standard out, while preserving it as its own
distinct attribute on the return value (as per above.) Alternately, you distinct attribute on the return value (as per above.) Alternately, you
could even provide your own stream objects or loggers, e.g. ``myout = could even provide your own stream objects or loggers, e.g. ``myout =
StringIO(); run("command, stdout=myout)``. StringIO(); run("command", stdout=myout)``.
Examples:: Examples::
Expand Down

0 comments on commit 8392da0

Please sign in to comment.