We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c821f12 commit 9038b88Copy full SHA for 9038b88
unstructured/metrics/text_extraction.py
@@ -236,4 +236,4 @@ def standardize_quotes(text: str) -> str:
236
if unicode_char in text:
237
text = text.replace(unicode_char, single_quote_standard)
238
239
- return text
+ return text
0 commit comments