From 068fa8ec52d8f8a3b28e5e24a0303ca0373a409e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C4=B0brahim=20G=C3=BCng=C3=B6r?= Date: Thu, 16 Jan 2014 17:22:24 +0200 Subject: [PATCH] Fix typo in index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0fea9a51..26abcaeb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -111,7 +111,7 @@ two loggers: ``elasticsearch`` and ``elasticsearch.trace``. ``elasticsearch`` is used by the client to log standard activity, depending on the log level. ``elasticsearch.trace`` can be used to log requests to the server in the form of ``curl`` commands using pretty-printed json that can then be executed from -command line. The tace logger doesn't inherit from the base one - it needs to +command line. The trace logger doesn't inherit from the base one - it needs to be activated separately. .. _logging library: http://docs.python.org/3.3/library/logging.html