Skip to content

Commit

Permalink
adding clarifying note
Browse files Browse the repository at this point in the history
  • Loading branch information
akamor committed Nov 21, 2024
1 parent 0dd1918 commit 8207e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/redact/redacting_text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In the same way that our `redact` method can be used to redact strings our `reda
raw_redaction = textual.redact_bulk(["Tonic was founded in 2018", "John Smith is a person"])
print(raw_redaction.describe())
This produces the following output:
This produces the following output. Note that the 'idx' property denotes the position in the original string list to which the result pertains.

.. code-block:: console
Expand Down

0 comments on commit 8207e0b

Please sign in to comment.