summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-11-06 11:23:03 +0100
committerGitHub <noreply@github.com>2022-11-06 11:23:03 +0100
commit715a2295117c31882c6d94dd033964009163ea63 (patch)
tree43b4422059d871f93236fcd9027b360f535ef732
parentaed950421ffeff606d8867311f59c2a32a12b3ef (diff)
downloadpystatsd-715a2295117c31882c6d94dd033964009163ea63.tar.gz
Fix typos discovered by codespell
https://pypi.org/project/codespell
-rw-r--r--docs/reference.rst4
1 files 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 <timer-direct-note>`.
+ See the note about :ref:`timer objects and pipelines <timer-direct-note>`.
.. 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