Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable user customization of the initial number when selecting from interactive misspellings. #3099

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

policeakshithreddy
Copy link

Added code for user to customize start number when picking from misspellings interactively.

In this code, the get_misspellings function generates all possible misspellings of a given word. The interactive_misspelling_picker function displays the misspellings to the user and allows them to choose one to correct. The user can also specify a start number for the misspelling selection.
The main function takes a word and start number as input from the user and calls the interactive_misspelling_picker function with these inputs.

issue solved #3091

thanks & reagrds
Police Akshith Reddy

Added code for user to customize start number when picking from misspellings interactively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant