Skip to content

Commit 754c0fa

Browse files
Docs typo (#58)
* fix typo * increment version
1 parent 687555f commit 754c0fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/redact/redacting_text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The :meth:`redact<tonic_textual.redact_api.TextualNer.redact>` function can be c
352352
Working with large data sets
353353
-----------------------------
354354

355-
For most use cases the :meth:`redact<tonic_textual.redact_api.TextualNer.redact>` and :meth:`redact<tonic_textual.redact_api.TextualNer.redact_bulk>` functions are sufficient. However, sometimes you need to process a lot of data quickly. Typically this means making multiple redact requests concurrently instead of sequentially.
355+
For most use cases the :meth:`redact<tonic_textual.redact_api.TextualNer.redact>` and :meth:`redact_bulk<tonic_textual.redact_api.TextualNer.redact_bulk>` functions are sufficient. However, sometimes you need to process a lot of data quickly. Typically this means making multiple redact requests concurrently instead of sequentially.
356356

357357
We can accomplish this using Python's asyncio library which you can install below.
358358

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tonic-textual"
3-
version = "3.10.2"
3+
version = "3.10.3"
44
description = "Wrappers around the Tonic Textual API"
55
authors = ["Adam Kamor <[email protected]>", "Joe Ferrara <[email protected]>", "Ander Steele <[email protected]>", "Ethan Philpott <[email protected]>", "Lyon Van Voorhis <[email protected]>", "Kirill Medvedev <[email protected]>", "Travis Matthews <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)