summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2022-12-04 11:35:10 -0500
committerGitHub <noreply@github.com>2022-12-04 11:35:10 -0500
commita6084e93e11b3717780b6fc45011c6cb81c4a271 (patch)
tree16d24589b9788cdff4f759a0a7ceecdba7d15622
parent4c621bf0ec0f15cf25b4fc25a4b232bb78329995 (diff)
parent30136b1daa379d6fe8ab6b822ce6ced6252f2e63 (diff)
downloadpystatsd-a6084e93e11b3717780b6fc45011c6cb81c4a271.tar.gz
Merge pull request #175 from cclauss/patch-1
Fix typos discovered by 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