Skip to content

Commit

Permalink
Fix: Fixed broken link in log throttler doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
BCGALontke committed Jun 19, 2024
1 parent 476e1d0 commit cd2de1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/artkit/util/_log_throttling.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class LogThrottlingHandler(logging.Handler):
the maximum number of messages sent during a given time interval.
This is useful for preventing log spamming in high-throughput applications.
To follow the native logging flow (https://docs.python.org/3/howto/logging\
.html#logging-flow), functionality is implemented across
the :meth:`.filter` and :meth:`.emit` methods.
To follow the native logging flow
(https://docs.python.org/3/howto/logging.html#logging-flow),
functionality is implemented across the :meth:`.filter` and :meth:`.emit` methods.
Example:
Expand Down

0 comments on commit cd2de1e

Please sign in to comment.