Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Berry committed Aug 13, 2014
1 parent 725a5c5 commit 88b0aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ Here's a simplified version of the source:
class Bookend():
def __or__(self, operand):
return Piped(operand)
return Pipe(operand)
class Piped():
class Pipe():
def __init__(self, operand):
self.operand = operand
Expand Down

0 comments on commit 88b0aef

Please sign in to comment.