Skip to content

Commit b3d096e

Browse files
committed
Fixes a text indentation issue on page.rst.
1 parent 4972352 commit b3d096e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/page.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ In a nutshell, this is what you can do with PyMuPDF:
332332
|history_end|
333333

334334

335-
.. method:: apply_redactions(images=PDF_REDACT_IMAGE_PIXELS|2, graphics=PDF_REDACT_LINE_ART_REMOVE_IF_TOUCHED|1, text=PDF_REDACT_TEXT_REMOVE|0)
335+
.. method:: apply_redactions(images=PDF_REDACT_IMAGE_PIXELS|2, graphics=PDF_REDACT_LINE_ART_REMOVE_IF_TOUCHED|1, text=PDF_REDACT_TEXT_REMOVE|0)
336336

337337
**PDF only**: Remove all **content** contained in any redaction rectangle on the page.
338338

0 commit comments

Comments
 (0)