Skip to content

Commit

Permalink
corrected >> function
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Thompson committed Feb 2, 2013
1 parent e320cbd commit aa90a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbum/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class StdoutRedirection(BaseRedirection):
KWARG = "stdout"
MODE = "w"

class StdoutRedirection(BaseRedirection):
class AppendingStdoutRedirection(BaseRedirection):
__slots__ = []
SYM = ">>"
KWARG = "stdout"
Expand Down

0 comments on commit aa90a2f

Please sign in to comment.