ragardner / tksheet

Python tkinter table widget for displaying tabular data
https://pypi.org/project/tksheet/
MIT License
400 stars 48 forks source link

Add prompt for wrong keyward args in get_sheet_data/get_cell_data/get_row_data/get_column_data #200

Closed githubuser11123 closed 11 months ago

githubuser11123 commented 11 months ago

For now, there is no hint when using wrong kwargs in method 'get_sheet_data', eg, 'get_dispalyed' instead of 'get_displayed'. I think it would be wonderful to have prompt to avoid such spelling mistakes. Thanks.

ragardner commented 11 months ago

I have added these warnings in version 6.2.6, thank you for the suggestion!