summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 00bccb90b6..c6ee6fd96a 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -193,7 +193,7 @@ There are two other logging calls available:
* ``logger.log()``: Manually emits a logging message with a
specific log level.
- * ``logger.exception()``: Creates an ``ERORR`` level logging
+ * ``logger.exception()``: Creates an ``ERROR`` level logging
message wrapping the current exception stack frame.
Configuring logging