summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <james@bit.ly>2014-03-18 13:10:50 -0400
committerJames Socol <james@bit.ly>2014-03-18 13:10:50 -0400
commit9ea6f50975eec008d217b01172a866ad60565fbd (patch)
tree3d5f7ee80098031a00e293b81d02f984e0bef417
parent6f21e8593c68e04cdb7405ad1e49e9dd03569a7d (diff)
downloadpystatsd-9ea6f50975eec008d217b01172a866ad60565fbd.tar.gz
Typos
-rw-r--r--docs/reference.rst2
-rw-r--r--docs/timing.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index d2c0aa6..651944e 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -183,7 +183,7 @@ call. See also the :ref:`chapter on timing <timing-chapter>`.
this percentage of the time. The statsd server does *not* take the
sample rate into account for timers.
-.. warning:
+.. warning::
Decorators are not thread-safe and may cause errors when decorated
functions are called concurrently. Use context managers or raw timers
instead.
diff --git a/docs/timing.rst b/docs/timing.rst
index d077aa4..051f42e 100644
--- a/docs/timing.rst
+++ b/docs/timing.rst
@@ -70,7 +70,7 @@ be sent to the statsd server.
myfunc(1, 2)
myfunc(3, 7)
-.. warning:
+.. warning::
Decorators are not thread-safe and may cause errors when decorated
functions are called concurrently. Use context managers or raw timers
instead.