Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 18, 2023
2 parents 7a55839 + 6b07d76 commit 02cad23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here is a simple example of using psygnal:
from psygnal import Signal

class MyObject:
# define one or signals as class attributes
# define one or more signals as class attributes
value_changed = Signal(str)

# create an instance
Expand Down

0 comments on commit 02cad23

Please sign in to comment.