mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-01 18:43:04 +00:00
docs: correct kwarg in bricks.rst (#206)
Changed whitespace to extra_whitespace in documentation, to match options text.
This commit is contained in:
parent
e73cf09977
commit
15b0dffdb0
@ -449,7 +449,7 @@ Examples:
|
||||
clean("● An excellent point!", bullets=True, lowercase=True)
|
||||
|
||||
# Returns "ITEM 1A: RISK FACTORS"
|
||||
clean("ITEM 1A: RISK-FACTORS", whitespace=True, dashes=True)
|
||||
clean("ITEM 1A: RISK-FACTORS", extra_whitespace=True, dashes=True)
|
||||
|
||||
|
||||
``clean_bullets``
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user