fix (docs): correct typos#1622
Open
kimtth wants to merge 5 commits into
Open
Conversation
Author
|
Hi @afourney, following up on this PR. Let me know if any changes are needed on my end. Thanks. |
Author
|
@afourney I don’t see any reason not to accept this pull request, since the typo fixes are straightforward and clear. |
Author
|
@afourney summary updated. |
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix typos, grammatical errors, and minor code issues across comments, docstrings, and error messages. No behavioral changes.
Changes
Typo fixes
_base_converter.pysteam_info.urlstream_info.url_base_converter.py(mimetype, extension, charset, set)(mimetype, extension, charset)_markitdown.py# Add legaxy kwargs# Add legacy kwargs_markitdown.pyUser register_converterUse register_converter_outlook_msg_converter.py# Brue force# Brute force_exceptions.pyRepresents an a single attemptRepresents a single attempt_exceptions.pyprovided no execution infoprovided no exception info_docx_converter.py(e.g.m headings)(e.g., headings)_epub_converter.py(e.g.m headings)(e.g., headings)_transcribe_audio.pyMarkItdownMarkItDown_doc_intel_converter.pynot availiable fornot available fortest_cli_vectors.pyrequire mockig the urlrequire mocking the urltest_cli_vectors.pyCLI readds from stdinCLI reads from stdintest_module_misc.pythe targted attributethe targeted attributetest_sample_plugin.pyconverter dirctlyconverter directlyGrammar fixes
_markitdown.pyPlugins converters are already enabledPlugin converters are already enabled_plugin.py(sample)Converts an RTF file to in the simplestConverts an RTF file in the simplest_plugin.py(sample)an str using hte provideda str using the providedInconsistency fixes
_markitdown.pyPRIORITY_SPECIFIC_FILE_FORMAT (== 10)PRIORITY_GENERIC_FILE_FORMAT (== 10)__main__.py--use-plugin option--use-plugins option_exceptions.pyCode cleanup
_plain_text_converter.pymammothimport and_dependency_exc_info(copy-paste artifact from docx converter)_pptx_converter_with_ocr.pyfrom typing import BinaryIO, Any, OptionallineFiles changed (15)
packages/markitdown-ocr/src/markitdown_ocr/_pptx_converter_with_ocr.pypackages/markitdown-sample-plugin/src/markitdown_sample_plugin/_plugin.pypackages/markitdown-sample-plugin/tests/test_sample_plugin.pypackages/markitdown/src/markitdown/__main__.pypackages/markitdown/src/markitdown/_base_converter.pypackages/markitdown/src/markitdown/_exceptions.pypackages/markitdown/src/markitdown/_markitdown.pypackages/markitdown/src/markitdown/converters/_doc_intel_converter.pypackages/markitdown/src/markitdown/converters/_docx_converter.pypackages/markitdown/src/markitdown/converters/_epub_converter.pypackages/markitdown/src/markitdown/converters/_outlook_msg_converter.pypackages/markitdown/src/markitdown/converters/_plain_text_converter.pypackages/markitdown/src/markitdown/converters/_transcribe_audio.pypackages/markitdown/tests/test_cli_vectors.pypackages/markitdown/tests/test_module_misc.py