Skip to content

Commit 526f7b7

Browse files
Copilots3rius
andauthored
fix: correct typo in uninstrument docstring
Agent-Logs-Url: https://github.com/taskiq-python/natsrpy/sessions/12fa2646-b93c-455b-9b63-4a0a6a8d3570 Co-authored-by: s3rius <18153319+s3rius@users.noreply.github.com>
1 parent d0195ef commit 526f7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/natsrpy/instrumentation/nats_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def instrument(self) -> None:
4646

4747
@staticmethod
4848
def uninstrument() -> None:
49-
"""Remove instrumentaitons from core Nats."""
49+
"""Remove instrumentations from core Nats."""
5050
unwrap(Nats, "publish")
5151
unwrap(IteratorSubscription, "__aiter__")
5252

0 commit comments

Comments
 (0)