Skip to content

Commit

Permalink
Fix documentation issue in uplift
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Nov 23, 2023
1 parent b3a248f commit b1aefbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyee/uplift.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ def uplift(
`new_listener` events are treated:
- 'forward': `new_listener` events are propagated from the underlying
event emitter to the new event emitter but not vice versa.
- 'both': `new_listener` events are propagated as with other events.
- 'neither': `new_listener` events are only fired on their respective
event emitters.
event emitter to the new event emitter but not vice versa.
- 'backward': `new_listener` events are propagated from the new event
emitter to the underlying event emitter, but not vice versa.
Expand Down

0 comments on commit b1aefbd

Please sign in to comment.