From 715a2295117c31882c6d94dd033964009163ea63 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 6 Nov 2022 11:23:03 +0100 Subject: Fix typos discovered by codespell https://pypi.org/project/codespell --- docs/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference.rst b/docs/reference.rst index df691d8..022449b 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -212,7 +212,7 @@ context manager or decorator. For example: .. note:: - See the note abbout :ref:`timer objects and pipelines `. + See the note about :ref:`timer objects and pipelines `. .. py:class:: Pipeline() @@ -279,7 +279,7 @@ TCP-specific methods. Creates a connection to StatsD. If there are errors like connection timed out or connection refused, the according exceptions will be raised. It is usually not necessary to call this method because sending data to StatsD - will call ``connect`` implicitely if the current instance of + will call ``connect`` implicitly if the current instance of :py:class:`TCPStatsClient` does not already hold an open connection. .. code-block:: python -- cgit v1.2.1