Skip to content

Commit

Permalink
Fix typo, choosed -> chose (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: AN Long <[email protected]>
  • Loading branch information
kianmeng and aisk authored Oct 16, 2024
1 parent 1830cb2 commit a9b3742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/position.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main(stdscr):
position=pick.Position(y=y, x=0) # comment this to demonstrate the issue it solves
)

stdscr.addstr(f"\nYou choosed {option} at index {index}\n")
stdscr.addstr(f"\nYou chose {option} at index {index}\n")
stdscr.get_wch()

curses.wrapper(main)

0 comments on commit a9b3742

Please sign in to comment.