Skip to content

Commit b1aefbd

Browse files
committedNov 23, 2023
Fix documentation issue in uplift
1 parent b3a248f commit b1aefbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyee/uplift.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ def uplift(
136136
`new_listener` events are treated:
137137
138138
- 'forward': `new_listener` events are propagated from the underlying
139+
event emitter to the new event emitter but not vice versa.
139140
- 'both': `new_listener` events are propagated as with other events.
140141
- 'neither': `new_listener` events are only fired on their respective
141142
event emitters.
142-
event emitter to the new event emitter but not vice versa.
143143
- 'backward': `new_listener` events are propagated from the new event
144144
emitter to the underlying event emitter, but not vice versa.
145145

0 commit comments

Comments
 (0)