docs: correct kwarg in bricks.rst (#206)

Changed whitespace to extra_whitespace in documentation, to match options text.
This commit is contained in:
djacobs7 2023-02-08 10:21:58 -08:00 committed by GitHub
parent e73cf09977
commit 15b0dffdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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``