Skip to content

fix: correct typo in comment from 'legaxy' to 'legacy'#1792

Open
sbusanelli wants to merge 1 commit intomicrosoft:mainfrom
sbusanelli:fix-typo-legacy-comment
Open

fix: correct typo in comment from 'legaxy' to 'legacy'#1792
sbusanelli wants to merge 1 commit intomicrosoft:mainfrom
sbusanelli:fix-typo-legacy-comment

Conversation

@sbusanelli
Copy link
Copy Markdown

Corrected a misspelling in line 583 of packages/markitdown/src/markitdown/_markitdown.py where "legaxy" was written instead of "legacy" in a comment about handling legacy keyword arguments.

Changes Made
File: packages/markitdown/src/markitdown/_markitdown.py
Line: 583
Before: # Add legaxy kwargs
After: # Add legacy kwargs
Type of Change
Bug fix (non-breaking change that fixes an issue)
New feature (non-breaking change that adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
Documentation update
Why This Change
While this typo didn't affect functionality, fixing it improves code quality and maintainability by ensuring comments are correctly spelled and professional.

Testing
This change only modifies a comment and requires no additional testing. The functionality remains unchanged.

@yonikremer
Copy link
Copy Markdown

looks good to me

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.

2 participants